#972cd4

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

Shades of Dark Orchid #972CD4

Tints of Dark Orchid #972CD4

Color information

#972CD4 (or 0x972CD4) is unknown color: approx Dark Orchid. HEX triplet: 97, 2C and D4. RGB value is (151,44,212). Sum of RGB (Red+Green+Blue) = 151+44+212=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #972CD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CD4 is #68D32B. Grayscale: #5E5E5E. Windows color (decimal): -6869804 or 13905047. OLE color: 13905047.

HSL color Cylindrical-coordinate representation of color #972CD4: hue angle of 278.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972CD4 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15144212-
CMYK0.290.7900.17
HSL278.21º66.14%50.2%-
HSV(B)278.21º79.25%83.14%-
XYZ25.5513.1363.48-
YUV95.15193.95167.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 44 (17.58% from 255) = 10.81%
BLUE value IS 212 (83.20% from 255) = 52.09%
R=37.10%
G=10.81%
B=52.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal151442120.290.7900.17278.2166.1450.2
Hex972CD41D4F0111164232
Octal227543243511702142610262
Binary10010111101100110101001110110011110100011000101101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972cd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,44,212); }

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

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

 a { background-color: rgb(151,44,212); }

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

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

 span { border-color: rgb(151,44,212); }

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