#8242ce

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

Shades of Blue Violet #8242CE

Tints of Blue Violet #8242CE

Color information

#8242CE (or 0x8242CE) is unknown color: approx Blue Violet. HEX triplet: 82, 42 and CE. RGB value is (130,66,206). Sum of RGB (Red+Green+Blue) = 130+66+206=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #8242CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8242CE is #7DBD31. Grayscale: #646464. Windows color (decimal): -8240434 or 13517442. OLE color: 13517442.

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

Color convert

RGB13066206-
CMYK0.370.6800.19
HSL267.43º58.82%53.33%-
HSV(B)267.43º67.96%80.78%-
XYZ22.2913.159.75-
YUV101.1187.2148.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 66 (26.17% from 255) = 16.42%
BLUE value IS 206 (80.86% from 255) = 51.24%
R=32.34%
G=16.42%
B=51.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130662060.370.6800.19267.4358.8253.33
Hex8242CE254401310b3b35
Octal202102316451040234137365
Binary100000101000010110011101001011000100010011100001011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8242ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8242ce; }

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

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

<style>
 a { background-color: #8242ce; }

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

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

<style>
 span { border-color: #8242ce; }

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

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