Html Css Color HEX #8320C9 Blue Violet

📋 copy color: '#8320C9'

red 131 ◦ green 32 ◦ blue 201

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

Shades of Blue Violet #8320C9

Tints of Blue Violet #8320C9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

 BLUE value IS 201 (78.91% from 255) = 55.22%

R = 35.99%
G = 8.79%
B = 55.22%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8320C9 (or 0x8320C9) is known color: Blue Violet. HEX triplet: 83, 20 and C9. RGB value is (131,32,201). Sum of RGB (Red+Green+Blue) = 131+32+201=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #8320C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8320C9 is #7CDF36. Grayscale: #505050. Windows color (decimal): -8183607 or 13181059. OLE color: 13181059.

HSL color Cylindrical-coordinate representation of color #8320C9: hue angle of 275.15º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8320C9 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 32 201 -
CMYK 0.35 0.84 0 0.21
HSL 275.15º 0.73% 0.46% -
HSV(B) 275.15º 0.84% 0.79% -
XYZ 20.42 10.08 56.13 -
YUV 80.87 195.8 163.76 -
System Red Green Blue C M Y K H S L
Decimal 131 32 201 0.35 0.84 0 0.21 275.15 0.73 0.46
Hex 83 20 C9 23 54 0 15 113 49 2E
Octal 203 40 311 43 124 0 25 423 111 56
Binary 10000011 100000 11001001 100011 1010100 0 10101 100010011 1001001 101110

Color Harmonies of #8320C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8320C9

Black with #8320C9

Text Example


Text Example

White with #8320C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8320C9; }

 p { color: rgb(131,32,201); }

 H1.HeaderClassName
 {
   color: #8320C9;
 }
 .AnyTagClassName
 {
   color: #8320C9;
 }
</style>

background-color css

<style>
 a { background-color: #8320C9; }

 a { background-color: rgb(131,32,201); }

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

border-color css

<style>
 span { border-color: #8320C9; }

 span { border-color: rgb(131,32,201); }

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