#8c25ac

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

Shades of Vivid Violet #8C25AC

Tints of Vivid Violet #8C25AC

Color information

#8C25AC (or 0x8C25AC) is unknown color: approx Vivid Violet. HEX triplet: 8C, 25 and AC. RGB value is (140,37,172). Sum of RGB (Red+Green+Blue) = 140+37+172=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C25AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C25AC is #73DA53. Grayscale: #525252. Windows color (decimal): -7592532 or 11281804. OLE color: 11281804.

HSL color Cylindrical-coordinate representation of color #8C25AC: hue angle of 285.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C25AC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14037172-
CMYK0.190.7800.33
HSL285.78º64.59%40.98%-
HSV(B)285.78º78.49%67.45%-
XYZ18.929.8839.94-
YUV83.19178.12168.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.11%
GREEN value IS 37 (14.84% from 255) = 10.60%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=40.11%
G=10.60%
B=49.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140371720.190.7800.33285.7864.5940.98
Hex8C25AC134E02111e4129
Octal214452542311604143610151
Binary100011001001011010110010011100111001000011000111101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c25ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,37,172); }

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

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

 a { background-color: rgb(140,37,172); }

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

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

 span { border-color: rgb(140,37,172); }

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