Html Css Color HEX #8324F9 Blue Violet

📋 copy color: '#8324F9'

red 131 ◦ green 36 ◦ blue 249

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

Shades of Blue Violet #8324F9

Tints of Blue Violet #8324F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.86%

R = 31.49%
G = 8.65%
B = 59.86%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8324F9 (or 0x8324F9) is known color: Blue Violet. HEX triplet: 83, 24 and F9. RGB value is (131,36,249). Sum of RGB (Red+Green+Blue) = 131+36+249=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #8324F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8324F9 is #7CDB06. Grayscale: #575757. Windows color (decimal): -8182535 or 16327811. OLE color: 16327811.

HSL color Cylindrical-coordinate representation of color #8324F9: hue angle of 266.76º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8324F9 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 36 249 -
CMYK 0.47 0.86 0 0.02
HSL 266.76º 0.95% 0.56% -
HSV(B) 266.76º 0.86% 0.98% -
XYZ 27.09 12.93 90.69 -
YUV 88.69 218.47 158.18 -
System Red Green Blue C M Y K H S L
Decimal 131 36 249 0.47 0.86 0 0.02 266.76 0.95 0.56
Hex 83 24 F9 2F 56 0 2 10B 5F 38
Octal 203 44 371 57 126 0 2 413 137 70
Binary 10000011 100100 11111001 101111 1010110 0 10 100001011 1011111 111000

Color Harmonies of #8324F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8324F9

Black with #8324F9

Text Example


Text Example

White with #8324F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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