#9E13CD

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

Shades of Dark Violet #9E13CD

Tints of Dark Violet #9E13CD

Color information

#9E13CD (or 0x9E13CD) is unknown color: approx Dark Violet. HEX triplet: 9E, 13 and CD. RGB value is (158,19,205). Sum of RGB (Red+Green+Blue) = 158+19+205=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E13CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E13CD is #61EC32. Grayscale: #515151. Windows color (decimal): -6417459 or 13439902. OLE color: 13439902.

HSL color Cylindrical-coordinate representation of color #9E13CD: hue angle of 284.84º 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 #9E13CD is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15819205-
CMYK0.230.9100.20
HSL284.84º83.04%43.92%-
HSV(B)284.84º90.73%80.39%-
XYZ25.3512.1458.77-
YUV81.76197.55182.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.36%
GREEN value IS 19 (7.81% from 255) = 4.97%
BLUE value IS 205 (80.47% from 255) = 53.66%
R=41.36%
G=4.97%
B=53.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158192050.230.9100.20284.8483.0443.92
Hex9E13CD175B01411d532c
Octal236233152713302443512354
Binary1001111010011110011011011110110110101001000111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E13CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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