Html Css Color HEX #8325EE Blue Violet

📋 copy color: '#8325EE'

red 131 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #8325EE

Tints of Blue Violet #8325EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.11%

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

R = 32.27%
G = 9.11%
B = 58.62%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8325EE (or 0x8325EE) is known color: Blue Violet. HEX triplet: 83, 25 and EE. RGB value is (131,37,238). Sum of RGB (Red+Green+Blue) = 131+37+238=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #8325EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8325EE is #7CDA11. Grayscale: #575757. Windows color (decimal): -8182290 or 15607171. OLE color: 15607171.

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

Color convert

RGB 131 37 238 -
CMYK 0.45 0.84 0 0.07
HSL 268.06º 0.86% 0.54% -
HSV(B) 268.06º 0.84% 0.93% -
XYZ 25.45 12.32 81.93 -
YUV 88.02 212.64 158.66 -
System Red Green Blue C M Y K H S L
Decimal 131 37 238 0.45 0.84 0 0.07 268.06 0.86 0.54
Hex 83 25 EE 2D 54 0 7 10C 56 36
Octal 203 45 356 55 124 0 7 414 126 66
Binary 10000011 100101 11101110 101101 1010100 0 111 100001100 1010110 110110

Color Harmonies of #8325EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8325EE

Black with #8325EE

Text Example


Text Example

White with #8325EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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