Html Css Color HEX #9E04BE Dark Violet

📋 copy color: '#9E04BE'

red 158 ◦ green 4 ◦ blue 190

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

Shades of Dark Violet #9E04BE

Tints of Dark Violet #9E04BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 44.89%
G = 1.14%
B = 53.98%

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

#9E04BE (or 0x9E04BE) is known color: Dark Violet. HEX triplet: 9E, 04 and BE. RGB value is (158,4,190). Sum of RGB (Red+Green+Blue) = 158+4+190=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E04BE is #61FB41. Grayscale: #464646. Windows color (decimal): -6421314 or 12453022. OLE color: 12453022.

HSL color Cylindrical-coordinate representation of color #9E04BE: hue angle of 289.68º degrees, saturation: 0.96, 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 #9E04BE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 4 190 -
CMYK 0.17 0.98 0 0.25
HSL 289.68º 0.96% 0.38% -
HSV(B) 289.68º 0.98% 0.75% -
XYZ 23.44 11.07 49.62 -
YUV 71.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 158 4 190 0.17 0.98 0 0.25 289.68 0.96 0.38
Hex 9E 4 BE 11 62 0 19 122 60 26
Octal 236 4 276 21 142 0 31 442 140 46
Binary 10011110 100 10111110 10001 1100010 0 11001 100100010 1100000 100110

Color Harmonies of #9E04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E04BE

Black with #9E04BE

Text Example


Text Example

White with #9E04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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