#973FC5

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

Shades of Dark Orchid #973FC5

Tints of Dark Orchid #973FC5

Color information

#973FC5 (or 0x973FC5) is unknown color: approx Dark Orchid. HEX triplet: 97, 3F and C5. RGB value is (151,63,197). Sum of RGB (Red+Green+Blue) = 151+63+197=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #973FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FC5 is #68C03A. Grayscale: #686868. Windows color (decimal): -6864955 or 12926871. OLE color: 12926871.

HSL color Cylindrical-coordinate representation of color #973FC5: hue angle of 279.4º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973FC5 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15163197-
CMYK0.230.6800.23
HSL279.4º53.6%50.98%-
HSV(B)279.4º68.02%77.25%-
XYZ24.6214.1754.26-
YUV104.59180.15161.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 197 (77.34% from 255) = 47.93%
R=36.74%
G=15.33%
B=47.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal151631970.230.6800.23279.453.650.98
Hex973FC517440171173633
Octal22777305271040274276663
Binary1001011111111111000101101111000100010111100010111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,63,197); }

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

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

 a { background-color: rgb(151,63,197); }

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

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

 span { border-color: rgb(151,63,197); }

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