Html Css Color HEX #9E13CF Dark Violet

📋 copy color: '#9E13CF'

red 158 ◦ green 19 ◦ blue 207

#9E13CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9E13CF

Tints of Dark Violet #9E13CF

RGB

 RED value IS 158 (62.11% from 255) = 41.15%

 GREEN value IS 19 (7.81% from 255) = 4.95%

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 41.15%
G = 4.95%
B = 53.91%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E13CF (or 0x9E13CF) is known color: Dark Violet. HEX triplet: 9E, 13 and CF. RGB value is (158,19,207). Sum of RGB (Red+Green+Blue) = 158+19+207=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E13CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E13CF is #61EC30. Grayscale: #515151. Windows color (decimal): -6417457 or 13570974. OLE color: 13570974.

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

Color convert

RGB 158 19 207 -
CMYK 0.24 0.91 0 0.19
HSL 284.36º 0.83% 0.44% -
HSV(B) 284.36º 0.91% 0.81% -
XYZ 25.6 12.24 60.04 -
YUV 81.99 198.55 182.21 -
System Red Green Blue C M Y K H S L
Decimal 158 19 207 0.24 0.91 0 0.19 284.36 0.83 0.44
Hex 9E 13 CF 18 5B 0 13 11C 53 2C
Octal 236 23 317 30 133 0 23 434 123 54
Binary 10011110 10011 11001111 11000 1011011 0 10011 100011100 1010011 101100

Color Harmonies of #9E13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E13CF

Black with #9E13CF

Text Example


Text Example

White with #9E13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E13CF;
 }
 .AnyTagClassName
 {
   color: #9E13CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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