Html Css Color HEX #9E0EBC Dark Violet

📋 copy color: '#9E0EBC'

red 158 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #9E0EBC

Tints of Dark Violet #9E0EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.89%

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 43.89%
G = 3.89%
B = 52.22%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E0EBC (or 0x9E0EBC) is known color: Dark Violet. HEX triplet: 9E, 0E and BC. RGB value is (158,14,188). Sum of RGB (Red+Green+Blue) = 158+14+188=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E0EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0EBC is #61F143. Grayscale: #4C4C4C. Windows color (decimal): -6418756 or 12324510. OLE color: 12324510.

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

Color convert

RGB 158 14 188 -
CMYK 0.16 0.93 0 0.26
HSL 289.66º 0.86% 0.4% -
HSV(B) 289.66º 0.93% 0.74% -
XYZ 23.33 11.21 48.51 -
YUV 76.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 158 14 188 0.16 0.93 0 0.26 289.66 0.86 0.4
Hex 9E E BC 10 5D 0 1A 122 56 28
Octal 236 16 274 20 135 0 32 442 126 50
Binary 10011110 1110 10111100 10000 1011101 0 11010 100100010 1010110 101000

Color Harmonies of #9E0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0EBC

Black with #9E0EBC

Text Example


Text Example

White with #9E0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,14,188); }

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

background-color css

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

 a { background-color: rgb(158,14,188); }

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

border-color css

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

 span { border-color: rgb(158,14,188); }

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