Html Css Color HEX #971AAC Dark Orchid

📋 copy color: '#971AAC'

red 151 ◦ green 26 ◦ blue 172

#971AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #971AAC

Tints of Dark Orchid #971AAC

RGB

 RED value IS 151 (59.38% from 255) = 43.27%

 GREEN value IS 26 (10.55% from 255) = 7.45%

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 43.27%
G = 7.45%
B = 49.28%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#971AAC (or 0x971AAC) is known color: Dark Orchid. HEX triplet: 97, 1A and AC. RGB value is (151,26,172). Sum of RGB (Red+Green+Blue) = 151+26+172=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #971AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971AAC is #68E553. Grayscale: #4F4F4F. Windows color (decimal): -6874452 or 11278999. OLE color: 11278999.

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

Color convert

RGB 151 26 172 -
CMYK 0.12 0.85 0 0.33
HSL 291.37º 0.74% 0.39% -
HSV(B) 291.37º 0.85% 0.67% -
XYZ 20.58 10.3 39.93 -
YUV 80.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 151 26 172 0.12 0.85 0 0.33 291.37 0.74 0.39
Hex 97 1A AC C 55 0 21 123 4A 27
Octal 227 32 254 14 125 0 41 443 112 47
Binary 10010111 11010 10101100 1100 1010101 0 100001 100100011 1001010 100111

Color Harmonies of #971AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971AAC

Black with #971AAC

Text Example


Text Example

White with #971AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #971AAC;
 }
 .AnyTagClassName
 {
   color: #971AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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