#8C2795

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

Shades of Vivid Violet #8C2795

Tints of Vivid Violet #8C2795

Color information

#8C2795 (or 0x8C2795) is unknown color: approx Vivid Violet. HEX triplet: 8C, 27 and 95. RGB value is (140,39,149). Sum of RGB (Red+Green+Blue) = 140+39+149=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C2795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2795 is #73D86A. Grayscale: #515151. Windows color (decimal): -7592043 or 9774988. OLE color: 9774988.

HSL color Cylindrical-coordinate representation of color #8C2795: hue angle of 295.09º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2795 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14039149-
CMYK0.060.7400.42
HSL295.09º58.51%36.86%-
HSV(B)295.09º73.83%58.43%-
XYZ16.979.229.31-
YUV81.74165.96169.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.68%
GREEN value IS 39 (15.62% from 255) = 11.89%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=42.68%
G=11.89%
B=45.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140391490.060.7400.42295.0958.5136.86
Hex8C279564A02A1273b25
Octal2144722561120524477345
Binary100011001001111001010111010010100101010100100111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,39,149); }

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

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

 a { background-color: rgb(140,39,149); }

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

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

 span { border-color: rgb(140,39,149); }

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