#9319C6

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

Shades of Dark Orchid #9319C6

Tints of Dark Orchid #9319C6

Color information

#9319C6 (or 0x9319C6) is unknown color: approx Dark Orchid. HEX triplet: 93, 19 and C6. RGB value is (147,25,198). Sum of RGB (Red+Green+Blue) = 147+25+198=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #9319C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9319C6 is #6CE639. Grayscale: #505050. Windows color (decimal): -7136826 or 12982675. OLE color: 12982675.

HSL color Cylindrical-coordinate representation of color #9319C6: hue angle of 282.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9319C6 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14725198-
CMYK0.260.8700.22
HSL282.31º77.58%43.73%-
HSV(B)282.31º87.37%77.65%-
XYZ22.5710.9854.35-
YUV81.2193.92174.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 25 (10.16% from 255) = 6.76%
BLUE value IS 198 (77.73% from 255) = 53.51%
R=39.73%
G=6.76%
B=53.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147251980.260.8700.22282.3177.5843.73
Hex9319C61A5701611a4e2c
Octal223313063212702643211654
Binary1001001111001110001101101010101110101101000110101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9319C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9319C6; }

 p { color: rgb(147,25,198); }

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

<style>
 a { background-color: #9319C6; }

 a { background-color: rgb(147,25,198); }

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

<style>
 span { border-color: #9319C6; }

 span { border-color: rgb(147,25,198); }

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