#8C418B

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

Shades of Vivid Violet #8C418B

Tints of Vivid Violet #8C418B

Color information

#8C418B (or 0x8C418B) is unknown color: approx Vivid Violet. HEX triplet: 8C, 41 and 8B. RGB value is (140,65,139). Sum of RGB (Red+Green+Blue) = 140+65+139=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C418B is #73BE74. Grayscale: #5F5F5F. Windows color (decimal): -7585397 or 9126284. OLE color: 9126284.

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

Color convert

RGB14065139-
CMYK00.540.010.45
HSL300.8º36.59%40.2%-
HSV(B)300.8º53.57%54.9%-
XYZ17.3711.2225.68-
YUV95.86152.35159.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=40.70%
G=18.90%
B=40.41%

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
Decimal1406513900.540.010.45300.836.5940.2
Hex8C418B03612D12d2528
Octal2141012130661554554550
Binary1000110010000011000101101101101101101100101101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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