Html Css Color HEX #9E03BE Dark Violet

📋 copy color: '#9E03BE'

red 158 ◦ green 3 ◦ blue 190

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

Shades of Dark Violet #9E03BE

Tints of Dark Violet #9E03BE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 45.01%
G = 0.85%
B = 54.13%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E03BE (or 0x9E03BE) is known color: Dark Violet. HEX triplet: 9E, 03 and BE. RGB value is (158,3,190). Sum of RGB (Red+Green+Blue) = 158+3+190=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E03BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E03BE is #61FC41. Grayscale: #464646. Windows color (decimal): -6421570 or 12452766. OLE color: 12452766.

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

Color convert

RGB 158 3 190 -
CMYK 0.17 0.98 0 0.25
HSL 289.73º 0.97% 0.38% -
HSV(B) 289.73º 0.98% 0.75% -
XYZ 23.43 11.05 49.61 -
YUV 70.66 195.35 190.29 -
System Red Green Blue C M Y K H S L
Decimal 158 3 190 0.17 0.98 0 0.25 289.73 0.97 0.38
Hex 9E 3 BE 11 62 0 19 122 61 26
Octal 236 3 276 21 142 0 31 442 141 46
Binary 10011110 11 10111110 10001 1100010 0 11001 100100010 1100001 100110

Color Harmonies of #9E03BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E03BE

Black with #9E03BE

Text Example


Text Example

White with #9E03BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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