#8C3A8B

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

Shades of Vivid Violet #8C3A8B

Tints of Vivid Violet #8C3A8B

Color information

#8C3A8B (or 0x8C3A8B) is unknown color: approx Vivid Violet. HEX triplet: 8C, 3A and 8B. RGB value is (140,58,139). Sum of RGB (Red+Green+Blue) = 140+58+139=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3A8B is #73C574. Grayscale: #5B5B5B. Windows color (decimal): -7587189 or 9124492. OLE color: 9124492.

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

Color convert

RGB14058139-
CMYK00.590.010.45
HSL300.73º41.41%38.82%-
HSV(B)300.73º58.57%54.9%-
XYZ16.9910.4725.55-
YUV91.75154.67162.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=41.54%
G=17.21%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405813900.590.010.45300.7341.4138.82
Hex8C3A8B03B12D12d2927
Octal214722130731554555147
Binary100011001110101000101101110111101101100101101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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