#8430AD

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

Shades of Vivid Violet #8430AD

Tints of Vivid Violet #8430AD

Color information

#8430AD (or 0x8430AD) is unknown color: approx Vivid Violet. HEX triplet: 84, 30 and AD. RGB value is (132,48,173). Sum of RGB (Red+Green+Blue) = 132+48+173=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #8430AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8430AD is #7BCF52. Grayscale: #565656. Windows color (decimal): -8114003 or 11350148. OLE color: 11350148.

HSL color Cylindrical-coordinate representation of color #8430AD: hue angle of 280.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8430AD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13248173-
CMYK0.240.7200.32
HSL280.32º56.56%43.33%-
HSV(B)280.32º72.25%67.84%-
XYZ18.1210.0440.52-
YUV87.37176.33159.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 48 (19.14% from 255) = 13.60%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=37.39%
G=13.60%
B=49.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132481730.240.7200.32280.3256.5643.33
Hex8430AD1848020118392b
Octal20460255301100404307153
Binary10000100110000101011011100010010000100000100011000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8430AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8430AD; }

 p { color: rgb(132,48,173); }

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

<style>
 a { background-color: #8430AD; }

 a { background-color: rgb(132,48,173); }

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

<style>
 span { border-color: #8430AD; }

 span { border-color: rgb(132,48,173); }

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