Html Css Color HEX #9E06DF Dark Violet

📋 copy color: '#9E06DF'

red 158 ◦ green 6 ◦ blue 223

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

Shades of Dark Violet #9E06DF

Tints of Dark Violet #9E06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

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

R = 40.83%
G = 1.55%
B = 57.62%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E06DF (or 0x9E06DF) is known color: Dark Violet. HEX triplet: 9E, 06 and DF. RGB value is (158,6,223). Sum of RGB (Red+Green+Blue) = 158+6+223=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E06DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E06DF is #61F920. Grayscale: #4B4B4B. Windows color (decimal): -6420769 or 14616222. OLE color: 14616222.

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

Color convert

RGB 158 6 223 -
CMYK 0.29 0.97 0 0.13
HSL 282.03º 0.95% 0.45% -
HSV(B) 282.03º 0.97% 0.87% -
XYZ 27.48 12.73 70.82 -
YUV 76.19 210.86 186.36 -
System Red Green Blue C M Y K H S L
Decimal 158 6 223 0.29 0.97 0 0.13 282.03 0.95 0.45
Hex 9E 6 DF 1D 61 0 D 11A 5F 2D
Octal 236 6 337 35 141 0 15 432 137 55
Binary 10011110 110 11011111 11101 1100001 0 1101 100011010 1011111 101101

Color Harmonies of #9E06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E06DF

Black with #9E06DF

Text Example


Text Example

White with #9E06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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