#8241CE

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

Shades of Blue Violet #8241CE

Tints of Blue Violet #8241CE

Color information

#8241CE (or 0x8241CE) is unknown color: approx Blue Violet. HEX triplet: 82, 41 and CE. RGB value is (130,65,206). Sum of RGB (Red+Green+Blue) = 130+65+206=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #8241CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8241CE is #7DBE31. Grayscale: #646464. Windows color (decimal): -8240690 or 13517186. OLE color: 13517186.

HSL color Cylindrical-coordinate representation of color #8241CE: hue angle of 267.66º 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 #8241CE is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13065206-
CMYK0.370.6800.19
HSL267.66º59%53.14%-
HSV(B)267.66º68.45%80.78%-
XYZ22.2412.9859.73-
YUV100.51187.53149.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=32.42%
G=16.21%
B=51.37%

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
Decimal130652060.370.6800.19267.665953.14
Hex8241CE254401310c3b35
Octal202101316451040234147365
Binary100000101000001110011101001011000100010011100001100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8241CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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