#8C42EE

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

Shades of Blue Violet #8C42EE

Tints of Blue Violet #8C42EE

Color information

#8C42EE (or 0x8C42EE) is unknown color: approx Blue Violet. HEX triplet: 8C, 42 and EE. RGB value is (140,66,238). Sum of RGB (Red+Green+Blue) = 140+66+238=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C42EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C42EE is #73BD11. Grayscale: #6B6B6B. Windows color (decimal): -7585042 or 15614604. OLE color: 15614604.

HSL color Cylindrical-coordinate representation of color #8C42EE: hue angle of 265.81º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C42EE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14066238-
CMYK0.410.7200.07
HSL265.81º83.5%59.61%-
HSV(B)265.81º72.27%93.33%-
XYZ28.215.6482.42-
YUV107.73201.52151.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 66 (26.17% from 255) = 14.86%
BLUE value IS 238 (93.36% from 255) = 53.60%
R=31.53%
G=14.86%
B=53.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal140662380.410.7200.07265.8183.559.61
Hex8C42EE29480710a533c
Octal214102356511100741212374
Binary10001100100001011101110101001100100001111000010101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C42EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,66,238); }

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

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

 a { background-color: rgb(140,66,238); }

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

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

 span { border-color: rgb(140,66,238); }

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