Html Css Color HEX #9E07BC Dark Violet

📋 copy color: '#9E07BC'

red 158 ◦ green 7 ◦ blue 188

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

Shades of Dark Violet #9E07BC

Tints of Dark Violet #9E07BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

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

R = 44.76%
G = 1.98%
B = 53.26%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E07BC (or 0x9E07BC) is known color: Dark Violet. HEX triplet: 9E, 07 and BC. RGB value is (158,7,188). Sum of RGB (Red+Green+Blue) = 158+7+188=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E07BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E07BC is #61F843. Grayscale: #484848. Windows color (decimal): -6420548 or 12322718. OLE color: 12322718.

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

Color convert

RGB 158 7 188 -
CMYK 0.16 0.96 0 0.26
HSL 290.06º 0.93% 0.38% -
HSV(B) 290.06º 0.96% 0.74% -
XYZ 23.25 11.05 48.48 -
YUV 72.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 158 7 188 0.16 0.96 0 0.26 290.06 0.93 0.38
Hex 9E 7 BC 10 60 0 1A 122 5D 26
Octal 236 7 274 20 140 0 32 442 135 46
Binary 10011110 111 10111100 10000 1100000 0 11010 100100010 1011101 100110

Color Harmonies of #9E07BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E07BC

Black with #9E07BC

Text Example


Text Example

White with #9E07BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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