#8C4094

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

Shades of Vivid Violet #8C4094

Tints of Vivid Violet #8C4094

Color information

#8C4094 (or 0x8C4094) is unknown color: approx Vivid Violet. HEX triplet: 8C, 40 and 94. RGB value is (140,64,148). Sum of RGB (Red+Green+Blue) = 140+64+148=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C4094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4094 is #73BF6B. Grayscale: #606060. Windows color (decimal): -7585644 or 9715852. OLE color: 9715852.

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

Color convert

RGB14064148-
CMYK0.050.5700.42
HSL294.29º39.62%41.57%-
HSV(B)294.29º56.76%58.04%-
XYZ17.9911.3829.27-
YUV96.3157.18159.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.77%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=39.77%
G=18.18%
B=42.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140641480.050.5700.42294.2939.6241.57
Hex8C409453902A126282a
Octal2141002245710524465052
Binary100011001000000100101001011110010101010100100110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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