#8C2DE8

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

Shades of Blue Violet #8C2DE8

Tints of Blue Violet #8C2DE8

Color information

#8C2DE8 (or 0x8C2DE8) is unknown color: approx Blue Violet. HEX triplet: 8C, 2D and E8. RGB value is (140,45,232). Sum of RGB (Red+Green+Blue) = 140+45+232=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 232 (91.02% from 255 or 55.64% from 417); Max value from RGB is 232 - color contains mainly: blue. Hex color #8C2DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2DE8 is #73D217. Grayscale: #5E5E5E. Windows color (decimal): -7590424 or 15216012. OLE color: 15216012.

HSL color Cylindrical-coordinate representation of color #8C2DE8: hue angle of 270.48º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C2DE8 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14045232-
CMYK0.400.8100.09
HSL270.48º80.26%54.31%-
HSV(B)270.48º80.6%90.98%-
XYZ26.3213.2877.52-
YUV94.72205.47160.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 45 (17.97% from 255) = 10.79%
BLUE value IS 232 (91.02% from 255) = 55.64%
R=33.57%
G=10.79%
B=55.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal140452320.400.8100.09270.4880.2654.31
Hex8C2DE828510910e5036
Octal214553505012101141612066
Binary10001100101101111010001010001010001010011000011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2DE8; }

 p { color: rgb(140,45,232); }

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

<style>
 a { background-color: #8C2DE8; }

 a { background-color: rgb(140,45,232); }

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

<style>
 span { border-color: #8C2DE8; }

 span { border-color: rgb(140,45,232); }

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