#8223ED

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

Shades of Blue Violet #8223ED

Tints of Blue Violet #8223ED

Color information

#8223ED (or 0x8223ED) is unknown color: approx Blue Violet. HEX triplet: 82, 23 and ED. RGB value is (130,35,237). Sum of RGB (Red+Green+Blue) = 130+35+237=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #8223ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8223ED is #7DDC12. Grayscale: #555555. Windows color (decimal): -8248339 or 15541122. OLE color: 15541122.

HSL color Cylindrical-coordinate representation of color #8223ED: hue angle of 268.22º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8223ED is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13035237-
CMYK0.450.8500.07
HSL268.22º84.87%53.33%-
HSV(B)268.22º85.23%92.94%-
XYZ25.0912.0681.13-
YUV86.43212.97159.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 35 (14.06% from 255) = 8.71%
BLUE value IS 237 (92.97% from 255) = 58.96%
R=32.34%
G=8.71%
B=58.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130352370.450.8500.07268.2284.8753.33
Hex8223ED2D550710c5535
Octal20243355551250741412565
Binary1000001010001111101101101101101010101111000011001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8223ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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