#973ccc

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

Shades of Dark Orchid #973CCC

Tints of Dark Orchid #973CCC

Color information

#973CCC (or 0x973CCC) is unknown color: approx Dark Orchid. HEX triplet: 97, 3C and CC. RGB value is (151,60,204). Sum of RGB (Red+Green+Blue) = 151+60+204=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #973CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CCC is #68C333. Grayscale: #676767. Windows color (decimal): -6865716 or 13384855. OLE color: 13384855.

HSL color Cylindrical-coordinate representation of color #973CCC: hue angle of 277.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #973CCC is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15160204-
CMYK0.260.7100.2
HSL277.92º58.54%51.76%-
HSV(B)277.92º70.59%80%-
XYZ25.2814.1758.53-
YUV103.62184.65161.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.39%
GREEN value IS 60 (23.83% from 255) = 14.46%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=36.39%
G=14.46%
B=49.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151602040.260.7100.2277.9258.5451.76
Hex973CCC1A470141163b34
Octal22774314321070244267364
Binary1001011111110011001100110101000111010100100010110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973ccc; }

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

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

<style>
 a { background-color: #973ccc; }

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

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

<style>
 span { border-color: #973ccc; }

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

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