#8230CA

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

Shades of Blue Violet #8230CA

Tints of Blue Violet #8230CA

Color information

#8230CA (or 0x8230CA) is unknown color: approx Blue Violet. HEX triplet: 82, 30 and CA. RGB value is (130,48,202). Sum of RGB (Red+Green+Blue) = 130+48+202=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #8230CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8230CA is #7DCF35. Grayscale: #595959. Windows color (decimal): -8245046 or 13250690. OLE color: 13250690.

HSL color Cylindrical-coordinate representation of color #8230CA: hue angle of 271.95º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8230CA is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13048202-
CMYK0.360.7600.21
HSL271.95º61.6%49.02%-
HSV(B)271.95º76.24%79.22%-
XYZ20.9211.1256.92-
YUV90.07191.17156.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 48 (19.14% from 255) = 12.63%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=34.21%
G=12.63%
B=53.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130482020.360.7600.21271.9561.649.02
Hex8230CA244C0151103e31
Octal20260312441140254207661
Binary10000010110000110010101001001001100010101100010000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8230CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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