#9E13CB

Color #9E13CB Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9E13CB

Tints of Dark Violet #9E13CB

Color information

#9E13CB (or 0x9E13CB) is unknown color: approx Dark Violet. HEX triplet: 9E, 13 and CB. RGB value is (158,19,203). Sum of RGB (Red+Green+Blue) = 158+19+203=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E13CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E13CB is #61EC34. Grayscale: #505050. Windows color (decimal): -6417461 or 13308830. OLE color: 13308830.

HSL color Cylindrical-coordinate representation of color #9E13CB: hue angle of 285.33º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E13CB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15819203-
CMYK0.220.9100.20
HSL285.33º82.88%43.53%-
HSV(B)285.33º90.64%79.61%-
XYZ25.1112.0557.5-
YUV81.54196.55182.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.58%
GREEN value IS 19 (7.81% from 255) = 5%
BLUE value IS 203 (79.69% from 255) = 53.42%
R=41.58%
G=5%
B=53.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158192030.220.9100.20285.3382.8843.53
Hex9E13CB165B01411d532c
Octal236233132613302443512354
Binary1001111010011110010111011010110110101001000111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E13CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E13CB; }

 p { color: rgb(158,19,203); }

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

<style>
 a { background-color: #9E13CB; }

 a { background-color: rgb(158,19,203); }

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

<style>
 span { border-color: #9E13CB; }

 span { border-color: rgb(158,19,203); }

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