#8C428B

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

Shades of Vivid Violet #8C428B

Tints of Vivid Violet #8C428B

Color information

#8C428B (or 0x8C428B) is unknown color: approx Vivid Violet. HEX triplet: 8C, 42 and 8B. RGB value is (140,66,139). Sum of RGB (Red+Green+Blue) = 140+66+139=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C428B is #73BD74. Grayscale: #606060. Windows color (decimal): -7585141 or 9126540. OLE color: 9126540.

HSL color Cylindrical-coordinate representation of color #8C428B: hue angle of 300.81º 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 #8C428B is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14066139-
CMYK00.530.010.45
HSL300.81º35.92%40.39%-
HSV(B)300.81º52.86%54.9%-
XYZ17.4211.3425.7-
YUV96.45152.02159.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=40.58%
G=19.13%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406613900.530.010.45300.8135.9240.39
Hex8C428B03512D12d2428
Octal2141022130651554554450
Binary1000110010000101000101101101011101101100101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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