#8C438B

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

Shades of Vivid Violet #8C438B

Tints of Vivid Violet #8C438B

Color information

#8C438B (or 0x8C438B) is unknown color: approx Vivid Violet. HEX triplet: 8C, 43 and 8B. RGB value is (140,67,139). Sum of RGB (Red+Green+Blue) = 140+67+139=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C438B is #73BC74. Grayscale: #606060. Windows color (decimal): -7584885 or 9126796. OLE color: 9126796.

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

Color convert

RGB14067139-
CMYK00.520.010.45
HSL300.82º35.27%40.59%-
HSV(B)300.82º52.14%54.9%-
XYZ17.4811.4525.72-
YUV97.04151.68158.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 67 (26.56% from 255) = 19.36%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=40.46%
G=19.36%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406713900.520.010.45300.8235.2740.59
Hex8C438B03412D12d2329
Octal2141032130641554554351
Binary1000110010000111000101101101001101101100101101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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