Html Css Color HEX #8331EE Blue Violet

📋 copy color: '#8331EE'

red 131 ◦ green 49 ◦ blue 238

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

Shades of Blue Violet #8331EE

Tints of Blue Violet #8331EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 31.34%
G = 11.72%
B = 56.94%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8331EE (or 0x8331EE) is known color: Blue Violet. HEX triplet: 83, 31 and EE. RGB value is (131,49,238). Sum of RGB (Red+Green+Blue) = 131+49+238=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #8331EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8331EE is #7CCE11. Grayscale: #5E5E5E. Windows color (decimal): -8179218 or 15610243. OLE color: 15610243.

HSL color Cylindrical-coordinate representation of color #8331EE: hue angle of 266.03º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8331EE is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 49 238 -
CMYK 0.45 0.79 0 0.07
HSL 266.03º 0.85% 0.56% -
HSV(B) 266.03º 0.79% 0.93% -
XYZ 25.89 13.19 82.07 -
YUV 95.06 208.67 153.63 -
System Red Green Blue C M Y K H S L
Decimal 131 49 238 0.45 0.79 0 0.07 266.03 0.85 0.56
Hex 83 31 EE 2D 4F 0 7 10A 55 38
Octal 203 61 356 55 117 0 7 412 125 70
Binary 10000011 110001 11101110 101101 1001111 0 111 100001010 1010101 111000

Color Harmonies of #8331EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8331EE

Black with #8331EE

Text Example


Text Example

White with #8331EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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