#8C389E

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

Shades of Vivid Violet #8C389E

Tints of Vivid Violet #8C389E

Color information

#8C389E (or 0x8C389E) is unknown color: approx Vivid Violet. HEX triplet: 8C, 38 and 9E. RGB value is (140,56,158). Sum of RGB (Red+Green+Blue) = 140+56+158=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C389E is #73C761. Grayscale: #5C5C5C. Windows color (decimal): -7587682 or 10369164. OLE color: 10369164.

HSL color Cylindrical-coordinate representation of color #8C389E: hue angle of 289.41º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C389E is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14056158-
CMYK0.110.6500.38
HSL289.41º47.66%41.96%-
HSV(B)289.41º64.56%61.96%-
XYZ18.410.8733.48-
YUV92.74164.83161.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.55%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=39.55%
G=15.82%
B=44.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140561580.110.6500.38289.4147.6641.96
Hex8C389EB41026121302a
Octal21470236131010464416052
Binary1000110011100010011110101110000010100110100100001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,56,158); }

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

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

 a { background-color: rgb(140,56,158); }

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

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

 span { border-color: rgb(140,56,158); }

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