#8223CB

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

Shades of Blue Violet #8223CB

Tints of Blue Violet #8223CB

Color information

#8223CB (or 0x8223CB) is unknown color: approx Blue Violet. HEX triplet: 82, 23 and CB. RGB value is (130,35,203). Sum of RGB (Red+Green+Blue) = 130+35+203=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #8223CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8223CB is #7DDC34. Grayscale: #515151. Windows color (decimal): -8248373 or 13312898. OLE color: 13312898.

HSL color Cylindrical-coordinate representation of color #8223CB: hue angle of 273.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8223CB is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13035203-
CMYK0.360.8300.20
HSL273.93º70.59%46.67%-
HSV(B)273.93º82.76%79.61%-
XYZ20.5910.2657.4-
YUV82.56195.97161.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 35 (14.06% from 255) = 9.51%
BLUE value IS 203 (79.69% from 255) = 55.16%
R=35.33%
G=9.51%
B=55.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130352030.360.8300.20273.9370.5946.67
Hex8223CB2453014112472f
Octal202433134412302442210757
Binary100000101000111100101110010010100110101001000100101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8223CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8223CB; }

 p { color: rgb(130,35,203); }

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

<style>
 a { background-color: #8223CB; }

 a { background-color: rgb(130,35,203); }

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

<style>
 span { border-color: #8223CB; }

 span { border-color: rgb(130,35,203); }

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