#8228CA

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

Shades of Blue Violet #8228CA

Tints of Blue Violet #8228CA

Color information

#8228CA (or 0x8228CA) is unknown color: approx Blue Violet. HEX triplet: 82, 28 and CA. RGB value is (130,40,202). Sum of RGB (Red+Green+Blue) = 130+40+202=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #8228CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8228CA is #7DD735. Grayscale: #545454. Windows color (decimal): -8247094 or 13248642. OLE color: 13248642.

HSL color Cylindrical-coordinate representation of color #8228CA: hue angle of 273.33º 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 #8228CA is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13040202-
CMYK0.360.8000.21
HSL273.33º66.94%47.45%-
HSV(B)273.33º80.2%79.22%-
XYZ20.6310.5356.82-
YUV85.38193.82159.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 40 (16.02% from 255) = 10.75%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=34.95%
G=10.75%
B=54.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130402020.360.8000.21273.3366.9447.45
Hex8228CA2450015111432f
Octal202503124412002542110357
Binary100000101010001100101010010010100000101011000100011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8228CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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