#8C03BE

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

Shades of Dark Violet #8C03BE

Tints of Dark Violet #8C03BE

Color information

#8C03BE (or 0x8C03BE) is unknown color: approx Dark Violet. HEX triplet: 8C, 03 and BE. RGB value is (140,3,190). Sum of RGB (Red+Green+Blue) = 140+3+190=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C03BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C03BE is #73FC41. Grayscale: #404040. Windows color (decimal): -7601218 or 12452748. OLE color: 12452748.

HSL color Cylindrical-coordinate representation of color #8C03BE: hue angle of 283.96º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C03BE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1403190-
CMYK0.260.9800.25
HSL283.96º96.89%37.84%-
HSV(B)283.96º98.42%74.51%-
XYZ20.149.3649.46-
YUV65.28198.39181.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.04%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=42.04%
G=0.90%
B=57.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14031900.260.9800.25283.9696.8937.84
Hex8C3BE1A6201911c6126
Octal21432763214203143414146
Binary1000110011101111101101011000100110011000111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C03BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,3,190); }

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

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

 a { background-color: rgb(140,3,190); }

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

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

 span { border-color: rgb(140,3,190); }

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