Html Css Color HEX #9E32FC Blue Violet

📋 copy color: '#9E32FC'

red 158 ◦ green 50 ◦ blue 252

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

Shades of Blue Violet #9E32FC

Tints of Blue Violet #9E32FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 34.35%
G = 10.87%
B = 54.78%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E32FC (or 0x9E32FC) is known color: Blue Violet. HEX triplet: 9E, 32 and FC. RGB value is (158,50,252). Sum of RGB (Red+Green+Blue) = 158+50+252=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E32FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E32FC is #61CD03. Grayscale: #686868. Windows color (decimal): -6409476 or 16528030. OLE color: 16528030.

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

Color convert

RGB 158 50 252 -
CMYK 0.37 0.80 0 0.01
HSL 272.08º 0.97% 0.59% -
HSV(B) 272.08º 0.8% 0.99% -
XYZ 32.81 16.58 93.57 -
YUV 105.32 210.78 165.57 -
System Red Green Blue C M Y K H S L
Decimal 158 50 252 0.37 0.80 0 0.01 272.08 0.97 0.59
Hex 9E 32 FC 25 50 0 1 110 61 3B
Octal 236 62 374 45 120 0 1 420 141 73
Binary 10011110 110010 11111100 100101 1010000 0 1 100010000 1100001 111011

Color Harmonies of #9E32FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E32FC

Black with #9E32FC

Text Example


Text Example

White with #9E32FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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