#8935AC

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

Shades of Vivid Violet #8935AC

Tints of Vivid Violet #8935AC

Color information

#8935AC (or 0x8935AC) is unknown color: approx Vivid Violet. HEX triplet: 89, 35 and AC. RGB value is (137,53,172). Sum of RGB (Red+Green+Blue) = 137+53+172=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #8935AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8935AC is #76CA53. Grayscale: #5B5B5B. Windows color (decimal): -7785044 or 11285897. OLE color: 11285897.

HSL color Cylindrical-coordinate representation of color #8935AC: hue angle of 282.35º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8935AC is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13753172-
CMYK0.200.6900.33
HSL282.35º52.89%44.12%-
HSV(B)282.35º69.19%67.45%-
XYZ19.0410.8440.12-
YUV91.68173.33160.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 53 (21.09% from 255) = 14.64%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=37.85%
G=14.64%
B=47.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137531720.200.6900.33282.3552.8944.12
Hex8935AC144502111a352c
Octal21165254241050414326554
Binary10001001110101101011001010010001010100001100011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8935AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8935AC; }

 p { color: rgb(137,53,172); }

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

<style>
 a { background-color: #8935AC; }

 a { background-color: rgb(137,53,172); }

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

<style>
 span { border-color: #8935AC; }

 span { border-color: rgb(137,53,172); }

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