#8C428C

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

Shades of Vivid Violet #8C428C

Tints of Vivid Violet #8C428C

Color information

#8C428C (or 0x8C428C) is unknown color: approx Vivid Violet. HEX triplet: 8C, 42 and 8C. RGB value is (140,66,140). Sum of RGB (Red+Green+Blue) = 140+66+140=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C428C is #73BD73. Grayscale: #606060. Windows color (decimal): -7585140 or 9192076. OLE color: 9192076.

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

Color convert

RGB14066140-
CMYK00.5300.45
HSL300º35.92%40.39%-
HSV(B)300º52.86%54.9%-
XYZ17.511.3726.08-
YUV96.56152.52158.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=40.46%
G=19.08%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406614000.5300.4530035.9240.39
Hex8C428C03502D12c2428
Octal2141022140650554544450
Binary1000110010000101000110001101010101101100101100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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