Html Css Color HEX #9E32FB Blue Violet

📋 copy color: '#9E32FB'

red 158 ◦ green 50 ◦ blue 251

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

Shades of Blue Violet #9E32FB

Tints of Blue Violet #9E32FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 34.42%
G = 10.89%
B = 54.68%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E32FB (or 0x9E32FB) is known color: Blue Violet. HEX triplet: 9E, 32 and FB. RGB value is (158,50,251). Sum of RGB (Red+Green+Blue) = 158+50+251=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E32FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E32FB is #61CD04. Grayscale: #686868. Windows color (decimal): -6409477 or 16462494. OLE color: 16462494.

HSL color Cylindrical-coordinate representation of color #9E32FB: hue angle of 272.24º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E32FB is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 50 251 -
CMYK 0.37 0.80 0 0.02
HSL 272.24º 0.96% 0.59% -
HSV(B) 272.24º 0.8% 0.98% -
XYZ 32.65 16.52 92.73 -
YUV 105.21 210.28 165.66 -
System Red Green Blue C M Y K H S L
Decimal 158 50 251 0.37 0.80 0 0.02 272.24 0.96 0.59
Hex 9E 32 FB 25 50 0 2 110 60 3B
Octal 236 62 373 45 120 0 2 420 140 73
Binary 10011110 110010 11111011 100101 1010000 0 10 100010000 1100000 111011

Color Harmonies of #9E32FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E32FB

Black with #9E32FB

Text Example


Text Example

White with #9E32FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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