#8230CE

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

Shades of Blue Violet #8230CE

Tints of Blue Violet #8230CE

Color information

#8230CE (or 0x8230CE) is unknown color: approx Blue Violet. HEX triplet: 82, 30 and CE. RGB value is (130,48,206). Sum of RGB (Red+Green+Blue) = 130+48+206=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #8230CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8230CE is #7DCF31. Grayscale: #595959. Windows color (decimal): -8245042 or 13512834. OLE color: 13512834.

HSL color Cylindrical-coordinate representation of color #8230CE: hue angle of 271.14º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8230CE is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13048206-
CMYK0.370.7700.19
HSL271.14º62.2%49.8%-
HSV(B)271.14º76.7%80.78%-
XYZ21.411.3259.45-
YUV90.53193.17156.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 48 (19.14% from 255) = 12.5%
BLUE value IS 206 (80.86% from 255) = 53.65%
R=33.85%
G=12.5%
B=53.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130482060.370.7700.19271.1462.249.8
Hex8230CE254D01310f3e32
Octal20260316451150234177662
Binary10000010110000110011101001011001101010011100001111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8230CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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