Html Css Color HEX #9E02BE Dark Violet

📋 copy color: '#9E02BE'

red 158 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #9E02BE

Tints of Dark Violet #9E02BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 45.14%
G = 0.57%
B = 54.29%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E02BE (or 0x9E02BE) is known color: Dark Violet. HEX triplet: 9E, 02 and BE. RGB value is (158,2,190). Sum of RGB (Red+Green+Blue) = 158+2+190=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E02BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02BE is #61FD41. Grayscale: #454545. Windows color (decimal): -6421826 or 12452510. OLE color: 12452510.

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

Color convert

RGB 158 2 190 -
CMYK 0.17 0.99 0 0.25
HSL 289.79º 0.98% 0.38% -
HSV(B) 289.79º 0.99% 0.75% -
XYZ 23.42 11.03 49.61 -
YUV 70.08 195.68 190.71 -
System Red Green Blue C M Y K H S L
Decimal 158 2 190 0.17 0.99 0 0.25 289.79 0.98 0.38
Hex 9E 2 BE 11 63 0 19 122 62 26
Octal 236 2 276 21 143 0 31 442 142 46
Binary 10011110 10 10111110 10001 1100011 0 11001 100100010 1100010 100110

Color Harmonies of #9E02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E02BE

Black with #9E02BE

Text Example


Text Example

White with #9E02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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