Html Css Color HEX #9E06BD Dark Violet

📋 copy color: '#9E06BD'

red 158 ◦ green 6 ◦ blue 189

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

Shades of Dark Violet #9E06BD

Tints of Dark Violet #9E06BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 44.76%
G = 1.7%
B = 53.54%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E06BD (or 0x9E06BD) is known color: Dark Violet. HEX triplet: 9E, 06 and BD. RGB value is (158,6,189). Sum of RGB (Red+Green+Blue) = 158+6+189=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E06BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E06BD is #61F942. Grayscale: #474747. Windows color (decimal): -6420803 or 12387998. OLE color: 12387998.

HSL color Cylindrical-coordinate representation of color #9E06BD: hue angle of 289.84º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E06BD is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 6 189 -
CMYK 0.16 0.97 0 0.26
HSL 289.84º 0.94% 0.38% -
HSV(B) 289.84º 0.97% 0.74% -
XYZ 23.35 11.07 49.05 -
YUV 72.31 193.86 189.12 -
System Red Green Blue C M Y K H S L
Decimal 158 6 189 0.16 0.97 0 0.26 289.84 0.94 0.38
Hex 9E 6 BD 10 61 0 1A 122 5E 26
Octal 236 6 275 20 141 0 32 442 136 46
Binary 10011110 110 10111101 10000 1100001 0 11010 100100010 1011110 100110

Color Harmonies of #9E06BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E06BD

Black with #9E06BD

Text Example


Text Example

White with #9E06BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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