#973BD4

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

Shades of Dark Orchid #973BD4

Tints of Dark Orchid #973BD4

Color information

#973BD4 (or 0x973BD4) is unknown color: approx Dark Orchid. HEX triplet: 97, 3B and D4. RGB value is (151,59,212). Sum of RGB (Red+Green+Blue) = 151+59+212=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 212 (83.20% from 255 or 50.24% from 422); Max value from RGB is 212 - color contains mainly: blue. Hex color #973BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973BD4 is #68C42B. Grayscale: #676767. Windows color (decimal): -6865964 or 13908887. OLE color: 13908887.

HSL color Cylindrical-coordinate representation of color #973BD4: hue angle of 276.08º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973BD4 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15159212-
CMYK0.290.7200.17
HSL276.08º64.02%53.14%-
HSV(B)276.08º72.17%83.14%-
XYZ26.2114.4663.7-
YUV103.95188.98161.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 59 (23.44% from 255) = 13.98%
BLUE value IS 212 (83.20% from 255) = 50.24%
R=35.78%
G=13.98%
B=50.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal151592120.290.7200.17276.0864.0253.14
Hex973BD41D480111144035
Octal227733243511002142410065
Binary10010111111011110101001110110010000100011000101001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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