Html Css Color HEX #8331E9 Blue Violet

📋 copy color: '#8331E9'

red 131 ◦ green 49 ◦ blue 233

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

Shades of Blue Violet #8331E9

Tints of Blue Violet #8331E9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.86%

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

R = 31.72%
G = 11.86%
B = 56.42%

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

#8331E9 (or 0x8331E9) is known color: Blue Violet. HEX triplet: 83, 31 and E9. RGB value is (131,49,233). Sum of RGB (Red+Green+Blue) = 131+49+233=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 233 (91.41% from 255 or 56.42% from 413); Max value from RGB is 233 - color contains mainly: blue. Hex color #8331E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8331E9 is #7CCE16. Grayscale: #5D5D5D. Windows color (decimal): -8179223 or 15282563. OLE color: 15282563.

HSL color Cylindrical-coordinate representation of color #8331E9: hue angle of 266.74º 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 #8331E9 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 49 233 -
CMYK 0.44 0.79 0 0.09
HSL 266.74º 0.81% 0.55% -
HSV(B) 266.74º 0.79% 0.91% -
XYZ 25.17 12.91 78.26 -
YUV 94.49 206.17 154.04 -
System Red Green Blue C M Y K H S L
Decimal 131 49 233 0.44 0.79 0 0.09 266.74 0.81 0.55
Hex 83 31 E9 2C 4F 0 9 10B 51 37
Octal 203 61 351 54 117 0 11 413 121 67
Binary 10000011 110001 11101001 101100 1001111 0 1001 100001011 1010001 110111

Color Harmonies of #8331E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8331E9

Black with #8331E9

Text Example


Text Example

White with #8331E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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