Html Css Color HEX #8324ED Blue Violet

📋 copy color: '#8324ED'

red 131 ◦ green 36 ◦ blue 237

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

Shades of Blue Violet #8324ED

Tints of Blue Violet #8324ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.66%

R = 32.43%
G = 8.91%
B = 58.66%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8324ED (or 0x8324ED) is known color: Blue Violet. HEX triplet: 83, 24 and ED. RGB value is (131,36,237). Sum of RGB (Red+Green+Blue) = 131+36+237=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #8324ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8324ED is #7CDB12. Grayscale: #565656. Windows color (decimal): -8182547 or 15541379. OLE color: 15541379.

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

Color convert

RGB 131 36 237 -
CMYK 0.45 0.85 0 0.07
HSL 268.36º 0.85% 0.54% -
HSV(B) 268.36º 0.85% 0.93% -
XYZ 25.28 12.2 81.14 -
YUV 87.32 212.47 159.16 -
System Red Green Blue C M Y K H S L
Decimal 131 36 237 0.45 0.85 0 0.07 268.36 0.85 0.54
Hex 83 24 ED 2D 55 0 7 10C 55 36
Octal 203 44 355 55 125 0 7 414 125 66
Binary 10000011 100100 11101101 101101 1010101 0 111 100001100 1010101 110110

Color Harmonies of #8324ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8324ED

Black with #8324ED

Text Example


Text Example

White with #8324ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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