#971AAD

Color #971AAD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #971AAD

Tints of Dark Orchid #971AAD

Color information

#971AAD (or 0x971AAD) is unknown color: approx Dark Orchid. HEX triplet: 97, 1A and AD. RGB value is (151,26,173). Sum of RGB (Red+Green+Blue) = 151+26+173=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #971AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971AAD is #68E552. Grayscale: #4F4F4F. Windows color (decimal): -6874451 or 11344535. OLE color: 11344535.

HSL color Cylindrical-coordinate representation of color #971AAD: hue angle of 291.02º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971AAD is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15126173-
CMYK0.130.8500.32
HSL291.02º73.87%39.02%-
HSV(B)291.02º84.97%67.84%-
XYZ20.6710.3440.44-
YUV80.13180.41178.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 26 (10.55% from 255) = 7.43%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=43.14%
G=7.43%
B=49.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151261730.130.8500.32291.0273.8739.02
Hex971AADD550201234a27
Octal227322551512504044311247
Binary1001011111010101011011101101010101000001001000111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971AAD; }

 p { color: rgb(151,26,173); }

 H1.HeaderClassName
 {
   color: #971AAD;
 }
 .AnyTagClassName
 {
   color: #971AAD;
 }
</style>
background-color css

<style>
 a { background-color: #971AAD; }

 a { background-color: rgb(151,26,173); }

 div.DivClassName
 {
   background-color: #971AAD;
 }
 .BgClassName
 {
   background-color: #971AAD;
 }
</style>
border-color css

<style>
 span { border-color: #971AAD; }

 span { border-color: rgb(151,26,173); }

 td.TdClassName
 {
   border-color: #971AAD;
 }
 .TagClassName
 {
   border-color: #971AAD;
 }
</style>