Html Css Color HEX #9E06BE Dark Violet

📋 copy color: '#9E06BE'

red 158 ◦ green 6 ◦ blue 190

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

Shades of Dark Violet #9E06BE

Tints of Dark Violet #9E06BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 44.63%
G = 1.69%
B = 53.67%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E06BE (or 0x9E06BE) is known color: Dark Violet. HEX triplet: 9E, 06 and BE. RGB value is (158,6,190). Sum of RGB (Red+Green+Blue) = 158+6+190=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E06BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E06BE is #61F941. Grayscale: #474747. Windows color (decimal): -6420802 or 12453534. OLE color: 12453534.

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

Color convert

RGB 158 6 190 -
CMYK 0.17 0.97 0 0.25
HSL 289.57º 0.94% 0.38% -
HSV(B) 289.57º 0.97% 0.75% -
XYZ 23.46 11.12 49.62 -
YUV 72.42 194.36 189.04 -
System Red Green Blue C M Y K H S L
Decimal 158 6 190 0.17 0.97 0 0.25 289.57 0.94 0.38
Hex 9E 6 BE 11 61 0 19 122 5E 26
Octal 236 6 276 21 141 0 31 442 136 46
Binary 10011110 110 10111110 10001 1100001 0 11001 100100010 1011110 100110

Color Harmonies of #9E06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E06BE

Black with #9E06BE

Text Example


Text Example

White with #9E06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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