#8C1EEB

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

Shades of Blue Violet #8C1EEB

Tints of Blue Violet #8C1EEB

Color information

#8C1EEB (or 0x8C1EEB) is unknown color: approx Blue Violet. HEX triplet: 8C, 1E and EB. RGB value is (140,30,235). Sum of RGB (Red+Green+Blue) = 140+30+235=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C1EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1EEB is #73E114. Grayscale: #555555. Windows color (decimal): -7594261 or 15408780. OLE color: 15408780.

HSL color Cylindrical-coordinate representation of color #8C1EEB: hue angle of 272.2º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C1EEB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14030235-
CMYK0.400.8700.08
HSL272.2º83.67%51.96%-
HSV(B)272.2º87.23%92.16%-
XYZ26.2712.579.63-
YUV86.26211.94166.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.57%
GREEN value IS 30 (12.11% from 255) = 7.41%
BLUE value IS 235 (92.19% from 255) = 58.02%
R=34.57%
G=7.41%
B=58.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal140302350.400.8700.08272.283.6751.96
Hex8C1EEB2857081105434
Octal214363535012701042012464
Binary1000110011110111010111010001010111010001000100001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,30,235); }

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

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

 a { background-color: rgb(140,30,235); }

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

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

 span { border-color: rgb(140,30,235); }

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