#8C418A

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

Shades of Vivid Violet #8C418A

Tints of Vivid Violet #8C418A

Color information

#8C418A (or 0x8C418A) is unknown color: approx Vivid Violet. HEX triplet: 8C, 41 and 8A. RGB value is (140,65,138). Sum of RGB (Red+Green+Blue) = 140+65+138=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C418A is #73BE75. Grayscale: #5F5F5F. Windows color (decimal): -7585398 or 9060748. OLE color: 9060748.

HSL color Cylindrical-coordinate representation of color #8C418A: hue angle of 301.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C418A is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14065138-
CMYK00.540.010.45
HSL301.6º36.59%40.2%-
HSV(B)301.6º53.57%54.9%-
XYZ17.2911.1925.29-
YUV95.75151.85159.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=40.82%
G=18.95%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406513800.540.010.45301.636.5940.2
Hex8C418A03612D12e2528
Octal2141012120661554564550
Binary1000110010000011000101001101101101101100101110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,65,138); }

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

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

 a { background-color: rgb(140,65,138); }

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

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

 span { border-color: rgb(140,65,138); }

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