Html Css Color HEX #8332E9 Blue Violet

📋 copy color: '#8332E9'

red 131 ◦ green 50 ◦ blue 233

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

Shades of Blue Violet #8332E9

Tints of Blue Violet #8332E9

RGB

 RED value IS 131 (51.56% from 255) = 31.64%

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

 BLUE value IS 233 (91.41% from 255) = 56.28%

R = 31.64%
G = 12.08%
B = 56.28%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8332E9 (or 0x8332E9) is known color: Blue Violet. HEX triplet: 83, 32 and E9. RGB value is (131,50,233). Sum of RGB (Red+Green+Blue) = 131+50+233=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #8332E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8332E9 is #7CCD16. Grayscale: #5E5E5E. Windows color (decimal): -8178967 or 15282819. OLE color: 15282819.

HSL color Cylindrical-coordinate representation of color #8332E9: hue angle of 266.56º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8332E9 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 50 233 -
CMYK 0.44 0.79 0 0.09
HSL 266.56º 0.81% 0.55% -
HSV(B) 266.56º 0.79% 0.91% -
XYZ 25.21 12.99 78.27 -
YUV 95.08 205.84 153.62 -
System Red Green Blue C M Y K H S L
Decimal 131 50 233 0.44 0.79 0 0.09 266.56 0.81 0.55
Hex 83 32 E9 2C 4F 0 9 10B 51 37
Octal 203 62 351 54 117 0 11 413 121 67
Binary 10000011 110010 11101001 101100 1001111 0 1001 100001011 1010001 110111

Color Harmonies of #8332E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8332E9

Black with #8332E9

Text Example


Text Example

White with #8332E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8332E9; }

 p { color: rgb(131,50,233); }

 H1.HeaderClassName
 {
   color: #8332E9;
 }
 .AnyTagClassName
 {
   color: #8332E9;
 }
</style>

background-color css

<style>
 a { background-color: #8332E9; }

 a { background-color: rgb(131,50,233); }

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

border-color css

<style>
 span { border-color: #8332E9; }

 span { border-color: rgb(131,50,233); }

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