Html Css Color HEX #9E46EB Blue Violet

📋 copy color: '#9E46EB'

red 158 ◦ green 70 ◦ blue 235

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

Shades of Blue Violet #9E46EB

Tints of Blue Violet #9E46EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.12%

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

R = 34.13%
G = 15.12%
B = 50.76%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E46EB (or 0x9E46EB) is known color: Blue Violet. HEX triplet: 9E, 46 and EB. RGB value is (158,70,235). Sum of RGB (Red+Green+Blue) = 158+70+235=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E46EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E46EB is #61B914. Grayscale: #727272. Windows color (decimal): -6404373 or 15419038. OLE color: 15419038.

HSL color Cylindrical-coordinate representation of color #9E46EB: hue angle of 272º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E46EB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 70 235 -
CMYK 0.33 0.70 0 0.08
HSL 272º 0.8% 0.6% -
HSV(B) 272º 0.7% 0.92% -
XYZ 31.29 17.65 80.35 -
YUV 115.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 158 70 235 0.33 0.70 0 0.08 272 0.8 0.6
Hex 9E 46 EB 21 46 0 8 110 50 3C
Octal 236 106 353 41 106 0 10 420 120 74
Binary 10011110 1000110 11101011 100001 1000110 0 1000 100010000 1010000 111100

Color Harmonies of #9E46EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E46EB

Black with #9E46EB

Text Example


Text Example

White with #9E46EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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