Html Css Color HEX #9E35E8 Blue Violet

📋 copy color: '#9E35E8'

red 158 ◦ green 53 ◦ blue 232

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

Shades of Blue Violet #9E35E8

Tints of Blue Violet #9E35E8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.96%

 BLUE value IS 232 (91.02% from 255) = 52.37%

R = 35.67%
G = 11.96%
B = 52.37%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9E35E8 (or 0x9E35E8) is known color: Blue Violet. HEX triplet: 9E, 35 and E8. RGB value is (158,53,232). Sum of RGB (Red+Green+Blue) = 158+53+232=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #9E35E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E35E8 is #61CA17. Grayscale: #686868. Windows color (decimal): -6408728 or 15218078. OLE color: 15218078.

HSL color Cylindrical-coordinate representation of color #9E35E8: hue angle of 275.2º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E35E8 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 53 232 -
CMYK 0.32 0.77 0 0.09
HSL 275.2º 0.8% 0.56% -
HSV(B) 275.2º 0.77% 0.91% -
XYZ 29.94 15.64 77.79 -
YUV 104.8 199.79 165.95 -
System Red Green Blue C M Y K H S L
Decimal 158 53 232 0.32 0.77 0 0.09 275.2 0.8 0.56
Hex 9E 35 E8 20 4D 0 9 113 50 38
Octal 236 65 350 40 115 0 11 423 120 70
Binary 10011110 110101 11101000 100000 1001101 0 1001 100010011 1010000 111000

Color Harmonies of #9E35E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E35E8

Black with #9E35E8

Text Example


Text Example

White with #9E35E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,53,232); }

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

background-color css

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

 a { background-color: rgb(158,53,232); }

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

border-color css

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

 span { border-color: rgb(158,53,232); }

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