Html Css Color HEX #9E00BC Dark Violet

📋 copy color: '#9E00BC'

red 158 ◦ green 0 ◦ blue 188

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

Shades of Dark Violet #9E00BC

Tints of Dark Violet #9E00BC

RGB

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

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

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

R = 45.66%
G = 0%
B = 54.34%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E00BC (or 0x9E00BC) is known color: Dark Violet. HEX triplet: 9E, 00 and BC. RGB value is (158,0,188). Sum of RGB (Red+Green+Blue) = 158+0+188=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E00BC is #61FF43. Grayscale: #444444. Windows color (decimal): -6422340 or 12320926. OLE color: 12320926.

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

Color convert

RGB 158 0 188 -
CMYK 0.16 1 0 0.26
HSL 290.43º 1% 0.37% -
HSV(B) 290.43º 1% 0.74% -
XYZ 23.18 10.9 48.46 -
YUV 68.67 195.35 191.71 -
System Red Green Blue C M Y K H S L
Decimal 158 0 188 0.16 1 0 0.26 290.43 1 0.37
Hex 9E 0 BC 10 64 0 1A 122 64 25
Octal 236 0 274 20 144 0 32 442 144 45
Binary 10011110 0 10111100 10000 1100100 0 11010 100100010 1100100 100101

Color Harmonies of #9E00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E00BC

Black with #9E00BC

Text Example


Text Example

White with #9E00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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