Html Css Color HEX #8324EB Blue Violet

📋 copy color: '#8324EB'

red 131 ◦ green 36 ◦ blue 235

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

Shades of Blue Violet #8324EB

Tints of Blue Violet #8324EB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.96%

 BLUE value IS 235 (92.19% from 255) = 58.46%

R = 32.59%
G = 8.96%
B = 58.46%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8324EB (or 0x8324EB) is known color: Blue Violet. HEX triplet: 83, 24 and EB. RGB value is (131,36,235). Sum of RGB (Red+Green+Blue) = 131+36+235=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #8324EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8324EB is #7CDB14. Grayscale: #565656. Windows color (decimal): -8182549 or 15410307. OLE color: 15410307.

HSL color Cylindrical-coordinate representation of color #8324EB: hue angle of 268.64º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8324EB is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 36 235 -
CMYK 0.44 0.85 0 0.08
HSL 268.64º 0.83% 0.53% -
HSV(B) 268.64º 0.85% 0.92% -
XYZ 24.99 12.09 79.61 -
YUV 87.09 211.47 159.32 -
System Red Green Blue C M Y K H S L
Decimal 131 36 235 0.44 0.85 0 0.08 268.64 0.83 0.53
Hex 83 24 EB 2C 55 0 8 10D 53 35
Octal 203 44 353 54 125 0 10 415 123 65
Binary 10000011 100100 11101011 101100 1010101 0 1000 100001101 1010011 110101

Color Harmonies of #8324EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8324EB

Black with #8324EB

Text Example


Text Example

White with #8324EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8324EB; }

 p { color: rgb(131,36,235); }

 H1.HeaderClassName
 {
   color: #8324EB;
 }
 .AnyTagClassName
 {
   color: #8324EB;
 }
</style>

background-color css

<style>
 a { background-color: #8324EB; }

 a { background-color: rgb(131,36,235); }

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

border-color css

<style>
 span { border-color: #8324EB; }

 span { border-color: rgb(131,36,235); }

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