#8427AB

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

Shades of Vivid Violet #8427AB

Tints of Vivid Violet #8427AB

Color information

#8427AB (or 0x8427AB) is unknown color: approx Vivid Violet. HEX triplet: 84, 27 and AB. RGB value is (132,39,171). Sum of RGB (Red+Green+Blue) = 132+39+171=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #8427AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8427AB is #7BD854. Grayscale: #515151. Windows color (decimal): -8116309 or 11216772. OLE color: 11216772.

HSL color Cylindrical-coordinate representation of color #8427AB: hue angle of 282.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8427AB is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13239171-
CMYK0.230.7700.33
HSL282.27º62.86%41.18%-
HSV(B)282.27º77.19%67.06%-
XYZ17.599.339.4-
YUV81.85178.31163.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 39 (15.62% from 255) = 11.40%
BLUE value IS 171 (67.19% from 255) = 50%
R=38.60%
G=11.40%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132391710.230.7700.33282.2762.8641.18
Hex8427AB174D02111a3f29
Octal20447253271150414327751
Binary10000100100111101010111011110011010100001100011010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8427AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8427AB; }

 p { color: rgb(132,39,171); }

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

<style>
 a { background-color: #8427AB; }

 a { background-color: rgb(132,39,171); }

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

<style>
 span { border-color: #8427AB; }

 span { border-color: rgb(132,39,171); }

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