Html Css Color HEX #972DAE Dark Orchid

📋 copy color: '#972DAE'

red 151 ◦ green 45 ◦ blue 174

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

Shades of Dark Orchid #972DAE

Tints of Dark Orchid #972DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.16%

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 40.81%
G = 12.16%
B = 47.03%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#972DAE (or 0x972DAE) is known color: Dark Orchid. HEX triplet: 97, 2D and AE. RGB value is (151,45,174). Sum of RGB (Red+Green+Blue) = 151+45+174=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #972DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972DAE is #68D251. Grayscale: #5A5A5A. Windows color (decimal): -6869586 or 11414935. OLE color: 11414935.

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

Color convert

RGB 151 45 174 -
CMYK 0.13 0.74 0 0.32
HSL 289.3º 0.59% 0.43% -
HSV(B) 289.3º 0.74% 0.68% -
XYZ 21.34 11.51 41.14 -
YUV 91.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 151 45 174 0.13 0.74 0 0.32 289.3 0.59 0.43
Hex 97 2D AE D 4A 0 20 121 3B 2B
Octal 227 55 256 15 112 0 40 441 73 53
Binary 10010111 101101 10101110 1101 1001010 0 100000 100100001 111011 101011

Color Harmonies of #972DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972DAE

Black with #972DAE

Text Example


Text Example

White with #972DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972DAE; }

 p { color: rgb(151,45,174); }

 H1.HeaderClassName
 {
   color: #972DAE;
 }
 .AnyTagClassName
 {
   color: #972DAE;
 }
</style>

background-color css

<style>
 a { background-color: #972DAE; }

 a { background-color: rgb(151,45,174); }

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

border-color css

<style>
 span { border-color: #972DAE; }

 span { border-color: rgb(151,45,174); }

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