#8328CA

Color #8328CA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8328CA

Tints of Blue Violet #8328CA

Color information

#8328CA (or 0x8328CA) is unknown color: approx Blue Violet. HEX triplet: 83, 28 and CA. RGB value is (131,40,202). Sum of RGB (Red+Green+Blue) = 131+40+202=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #8328CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328CA is #7CD735. Grayscale: #555555. Windows color (decimal): -8181558 or 13248643. OLE color: 13248643.

HSL color Cylindrical-coordinate representation of color #8328CA: hue angle of 273.7º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8328CA is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13140202-
CMYK0.350.8000.21
HSL273.7º66.94%47.45%-
HSV(B)273.7º80.2%79.22%-
XYZ20.7810.6156.83-
YUV85.68193.65160.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 40 (16.02% from 255) = 10.72%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=35.12%
G=10.72%
B=54.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131402020.350.8000.21273.766.9447.45
Hex8328CA2350015112432f
Octal203503124312002542210357
Binary100000111010001100101010001110100000101011000100101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8328CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8328CA; }

 p { color: rgb(131,40,202); }

 H1.HeaderClassName
 {
   color: #8328CA;
 }
 .AnyTagClassName
 {
   color: #8328CA;
 }
</style>
background-color css

<style>
 a { background-color: #8328CA; }

 a { background-color: rgb(131,40,202); }

 div.DivClassName
 {
   background-color: #8328CA;
 }
 .BgClassName
 {
   background-color: #8328CA;
 }
</style>
border-color css

<style>
 span { border-color: #8328CA; }

 span { border-color: rgb(131,40,202); }

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