#8C5F94

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

Shades of Violet Blue #8C5F94

Tints of Violet Blue #8C5F94

Color information

#8C5F94 (or 0x8C5F94) is unknown color: approx Violet Blue. HEX triplet: 8C, 5F and 94. RGB value is (140,95,148). Sum of RGB (Red+Green+Blue) = 140+95+148=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C5F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5F94 is #73A06B. Grayscale: #727272. Windows color (decimal): -7577708 or 9723788. OLE color: 9723788.

HSL color Cylindrical-coordinate representation of color #8C5F94: hue angle of 290.94º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5F94 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14095148-
CMYK0.050.3600.42
HSL290.94º21.81%47.65%-
HSV(B)290.94º35.81%58.04%-
XYZ20.2515.930.02-
YUV114.5146.91146.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=36.55%
G=24.80%
B=38.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140951480.050.3600.42290.9421.8147.65
Hex8C5F9452402A1231630
Octal2141372245440524432660
Binary10001100101111110010100101100100010101010010001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,95,148); }

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

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

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

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

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

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

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