#972BCC

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

Shades of Dark Orchid #972BCC

Tints of Dark Orchid #972BCC

Color information

#972BCC (or 0x972BCC) is unknown color: approx Dark Orchid. HEX triplet: 97, 2B and CC. RGB value is (151,43,204). Sum of RGB (Red+Green+Blue) = 151+43+204=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #972BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BCC is #68D433. Grayscale: #5D5D5D. Windows color (decimal): -6870068 or 13380503. OLE color: 13380503.

HSL color Cylindrical-coordinate representation of color #972BCC: hue angle of 280.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972BCC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15143204-
CMYK0.260.7900.2
HSL280.25º65.18%48.43%-
HSV(B)280.25º78.92%80%-
XYZ24.5312.6758.28-
YUV93.65190.28168.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 43 (17.19% from 255) = 10.80%
BLUE value IS 204 (80.08% from 255) = 51.26%
R=37.94%
G=10.80%
B=51.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151432040.260.7900.2280.2565.1848.43
Hex972BCC1A4F0141184130
Octal227533143211702443010160
Binary10010111101011110011001101010011110101001000110001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,43,204); }

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

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

 a { background-color: rgb(151,43,204); }

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

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

 span { border-color: rgb(151,43,204); }

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