Html Css Color HEX #9E00DF Dark Violet

📋 copy color: '#9E00DF'

red 158 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #9E00DF

Tints of Dark Violet #9E00DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 58.53%

R = 41.47%
G = 0%
B = 58.53%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E00DF (or 0x9E00DF) is known color: Dark Violet. HEX triplet: 9E, 00 and DF. RGB value is (158,0,223). Sum of RGB (Red+Green+Blue) = 158+0+223=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E00DF is #61FF20. Grayscale: #474747. Windows color (decimal): -6422305 or 14614686. OLE color: 14614686.

HSL color Cylindrical-coordinate representation of color #9E00DF: hue angle of 282.51º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00DF is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 0 223 -
CMYK 0.29 1 0 0.13
HSL 282.51º 1% 0.44% -
HSV(B) 282.51º 1% 0.87% -
XYZ 27.42 12.6 70.8 -
YUV 72.66 212.85 188.87 -
System Red Green Blue C M Y K H S L
Decimal 158 0 223 0.29 1 0 0.13 282.51 1 0.44
Hex 9E 0 DF 1D 64 0 D 11B 64 2C
Octal 236 0 337 35 144 0 15 433 144 54
Binary 10011110 0 11011111 11101 1100100 0 1101 100011011 1100100 101100

Color Harmonies of #9E00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E00DF

Black with #9E00DF

Text Example


Text Example

White with #9E00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,0,223); }

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

background-color css

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

 a { background-color: rgb(158,0,223); }

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

border-color css

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

 span { border-color: rgb(158,0,223); }

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