Html Css Color HEX #9E32EB Blue Violet

📋 copy color: '#9E32EB'

red 158 ◦ green 50 ◦ blue 235

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

Shades of Blue Violet #9E32EB

Tints of Blue Violet #9E32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.29%

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

R = 35.67%
G = 11.29%
B = 53.05%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E32EB (or 0x9E32EB) is known color: Blue Violet. HEX triplet: 9E, 32 and EB. RGB value is (158,50,235). Sum of RGB (Red+Green+Blue) = 158+50+235=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E32EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E32EB is #61CD14. Grayscale: #666666. Windows color (decimal): -6409493 or 15413918. OLE color: 15413918.

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

Color convert

RGB 158 50 235 -
CMYK 0.33 0.79 0 0.08
HSL 275.03º 0.82% 0.56% -
HSV(B) 275.03º 0.79% 0.92% -
XYZ 30.24 15.55 80 -
YUV 103.38 202.28 166.96 -
System Red Green Blue C M Y K H S L
Decimal 158 50 235 0.33 0.79 0 0.08 275.03 0.82 0.56
Hex 9E 32 EB 21 4F 0 8 113 52 38
Octal 236 62 353 41 117 0 10 423 122 70
Binary 10011110 110010 11101011 100001 1001111 0 1000 100010011 1010010 111000

Color Harmonies of #9E32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E32EB

Black with #9E32EB

Text Example


Text Example

White with #9E32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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