#973DC3

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

Shades of Dark Orchid #973DC3

Tints of Dark Orchid #973DC3

Color information

#973DC3 (or 0x973DC3) is unknown color: approx Dark Orchid. HEX triplet: 97, 3D and C3. RGB value is (151,61,195). Sum of RGB (Red+Green+Blue) = 151+61+195=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #973DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DC3 is #68C23C. Grayscale: #666666. Windows color (decimal): -6865469 or 12795287. OLE color: 12795287.

HSL color Cylindrical-coordinate representation of color #973DC3: hue angle of 280.3º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #973DC3 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15161195-
CMYK0.230.6900.24
HSL280.3º52.76%50.2%-
HSV(B)280.3º68.72%76.47%-
XYZ24.2813.8653.02-
YUV103.19179.82162.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 195 (76.56% from 255) = 47.91%
R=37.10%
G=14.99%
B=47.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151611950.230.6900.24280.352.7650.2
Hex973DC317450181183532
Octal22775303271050304306562
Binary1001011111110111000011101111000101011000100011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,61,195); }

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

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

 a { background-color: rgb(151,61,195); }

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

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

 span { border-color: rgb(151,61,195); }

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