Html Css Color HEX #8325EF Blue Violet

📋 copy color: '#8325EF'

red 131 ◦ green 37 ◦ blue 239

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

Shades of Blue Violet #8325EF

Tints of Blue Violet #8325EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.72%

R = 32.19%
G = 9.09%
B = 58.72%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8325EF (or 0x8325EF) is known color: Blue Violet. HEX triplet: 83, 25 and EF. RGB value is (131,37,239). Sum of RGB (Red+Green+Blue) = 131+37+239=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #8325EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8325EF is #7CDA10. Grayscale: #575757. Windows color (decimal): -8182289 or 15672707. OLE color: 15672707.

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

Color convert

RGB 131 37 239 -
CMYK 0.45 0.85 0 0.06
HSL 267.92º 0.86% 0.54% -
HSV(B) 267.92º 0.85% 0.94% -
XYZ 25.6 12.38 82.7 -
YUV 88.13 213.14 158.57 -
System Red Green Blue C M Y K H S L
Decimal 131 37 239 0.45 0.85 0 0.06 267.92 0.86 0.54
Hex 83 25 EF 2D 55 0 6 10C 56 36
Octal 203 45 357 55 125 0 6 414 126 66
Binary 10000011 100101 11101111 101101 1010101 0 110 100001100 1010110 110110

Color Harmonies of #8325EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8325EF

Black with #8325EF

Text Example


Text Example

White with #8325EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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