Html Css Color HEX #9E00BA Dark Violet

📋 copy color: '#9E00BA'

red 158 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #9E00BA

Tints of Dark Violet #9E00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 45.93%
G = 0%
B = 54.07%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E00BA (or 0x9E00BA) is known color: Dark Violet. HEX triplet: 9E, 00 and BA. RGB value is (158,0,186). Sum of RGB (Red+Green+Blue) = 158+0+186=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E00BA is #61FF45. Grayscale: #434343. Windows color (decimal): -6422342 or 12189854. OLE color: 12189854.

HSL color Cylindrical-coordinate representation of color #9E00BA: hue angle of 290.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00BA is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 0 186 -
CMYK 0.15 1 0 0.27
HSL 290.97º 1% 0.36% -
HSV(B) 290.97º 1% 0.73% -
XYZ 22.96 10.81 47.33 -
YUV 68.45 194.35 191.88 -
System Red Green Blue C M Y K H S L
Decimal 158 0 186 0.15 1 0 0.27 290.97 1 0.36
Hex 9E 0 BA F 64 0 1B 123 64 24
Octal 236 0 272 17 144 0 33 443 144 44
Binary 10011110 0 10111010 1111 1100100 0 11011 100100011 1100100 100100

Color Harmonies of #9E00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E00BA

Black with #9E00BA

Text Example


Text Example

White with #9E00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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