#9319CA

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

Shades of Dark Orchid #9319CA

Tints of Dark Orchid #9319CA

Color information

#9319CA (or 0x9319CA) is unknown color: approx Dark Orchid. HEX triplet: 93, 19 and CA. RGB value is (147,25,202). Sum of RGB (Red+Green+Blue) = 147+25+202=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #9319CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9319CA is #6CE635. Grayscale: #515151. Windows color (decimal): -7136822 or 13244819. OLE color: 13244819.

HSL color Cylindrical-coordinate representation of color #9319CA: hue angle of 281.36º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9319CA is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14725202-
CMYK0.270.8800.21
HSL281.36º77.97%44.51%-
HSV(B)281.36º87.62%79.22%-
XYZ23.0411.1656.82-
YUV81.66195.92174.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 25 (10.16% from 255) = 6.68%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=39.30%
G=6.68%
B=54.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147252020.270.8800.21281.3677.9744.51
Hex9319CA1B580151194e2d
Octal223313123313002543111655
Binary1001001111001110010101101110110000101011000110011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9319CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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