Html Css Color HEX #9E19EB Blue Violet

📋 copy color: '#9E19EB'

red 158 ◦ green 25 ◦ blue 235

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

Shades of Blue Violet #9E19EB

Tints of Blue Violet #9E19EB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.98%

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 37.8%
G = 5.98%
B = 56.22%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E19EB (or 0x9E19EB) is known color: Blue Violet. HEX triplet: 9E, 19 and EB. RGB value is (158,25,235). Sum of RGB (Red+Green+Blue) = 158+25+235=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E19EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E19EB is #61E614. Grayscale: #585858. Windows color (decimal): -6415893 or 15407518. OLE color: 15407518.

HSL color Cylindrical-coordinate representation of color #9E19EB: hue angle of 278º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E19EB is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 25 235 -
CMYK 0.33 0.89 0 0.08
HSL 278º 0.84% 0.51% -
HSV(B) 278º 0.89% 0.92% -
XYZ 29.44 13.96 79.74 -
YUV 88.71 210.56 177.42 -
System Red Green Blue C M Y K H S L
Decimal 158 25 235 0.33 0.89 0 0.08 278 0.84 0.51
Hex 9E 19 EB 21 59 0 8 116 54 33
Octal 236 31 353 41 131 0 10 426 124 63
Binary 10011110 11001 11101011 100001 1011001 0 1000 100010110 1010100 110011

Color Harmonies of #9E19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E19EB

Black with #9E19EB

Text Example


Text Example

White with #9E19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,25,235); }

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

background-color css

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

 a { background-color: rgb(158,25,235); }

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

border-color css

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

 span { border-color: rgb(158,25,235); }

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