Html Css Color HEX #9E06DB Dark Violet

📋 copy color: '#9E06DB'

red 158 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #9E06DB

Tints of Dark Violet #9E06DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 41.25%
G = 1.57%
B = 57.18%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E06DB (or 0x9E06DB) is known color: Dark Violet. HEX triplet: 9E, 06 and DB. RGB value is (158,6,219). Sum of RGB (Red+Green+Blue) = 158+6+219=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E06DB is #61F924. Grayscale: #4B4B4B. Windows color (decimal): -6420773 or 14354078. OLE color: 14354078.

HSL color Cylindrical-coordinate representation of color #9E06DB: hue angle of 282.82º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E06DB is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 6 219 -
CMYK 0.28 0.97 0 0.14
HSL 282.82º 0.95% 0.44% -
HSV(B) 282.82º 0.97% 0.86% -
XYZ 26.95 12.51 68.01 -
YUV 75.73 208.86 186.68 -
System Red Green Blue C M Y K H S L
Decimal 158 6 219 0.28 0.97 0 0.14 282.82 0.95 0.44
Hex 9E 6 DB 1C 61 0 E 11B 5F 2C
Octal 236 6 333 34 141 0 16 433 137 54
Binary 10011110 110 11011011 11100 1100001 0 1110 100011011 1011111 101100

Color Harmonies of #9E06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E06DB

Black with #9E06DB

Text Example


Text Example

White with #9E06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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