Html Css Color HEX #9E32FF Blue Violet

📋 copy color: '#9E32FF'

red 158 ◦ green 50 ◦ blue 255

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

Shades of Blue Violet #9E32FF

Tints of Blue Violet #9E32FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 34.13%
G = 10.8%
B = 55.08%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E32FF (or 0x9E32FF) is known color: Blue Violet. HEX triplet: 9E, 32 and FF. RGB value is (158,50,255). Sum of RGB (Red+Green+Blue) = 158+50+255=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E32FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E32FF is #61CD00. Grayscale: #686868. Windows color (decimal): -6409473 or 16724638. OLE color: 16724638.

HSL color Cylindrical-coordinate representation of color #9E32FF: hue angle of 271.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E32FF is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 158 50 255 -
CMYK 0.38 0.80 0 0
HSL 271.61º 1% 0.6% -
HSV(B) 271.61º 0.8% 1% -
XYZ 33.29 16.77 96.09 -
YUV 105.66 212.28 165.33 -
System Red Green Blue C M Y K H S L
Decimal 158 50 255 0.38 0.80 0 0 271.61 1 0.6
Hex 9E 32 FF 26 50 0 0 110 64 3C
Octal 236 62 377 46 120 0 0 420 144 74
Binary 10011110 110010 11111111 100110 1010000 0 0 100010000 1100100 111100

Color Harmonies of #9E32FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E32FF

Black with #9E32FF

Text Example


Text Example

White with #9E32FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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