#8330AD

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

Shades of Vivid Violet #8330AD

Tints of Vivid Violet #8330AD

Color information

#8330AD (or 0x8330AD) is unknown color: approx Vivid Violet. HEX triplet: 83, 30 and AD. RGB value is (131,48,173). Sum of RGB (Red+Green+Blue) = 131+48+173=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #8330AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8330AD is #7CCF52. Grayscale: #565656. Windows color (decimal): -8179539 or 11350147. OLE color: 11350147.

HSL color Cylindrical-coordinate representation of color #8330AD: hue angle of 279.84º 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 #8330AD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13148173-
CMYK0.240.7200.32
HSL279.84º56.56%43.33%-
HSV(B)279.84º72.25%67.84%-
XYZ17.969.9640.51-
YUV87.07176.5159.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 48 (19.14% from 255) = 13.64%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=37.22%
G=13.64%
B=49.15%

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
Decimal131481730.240.7200.32279.8456.5643.33
Hex8330AD1848020118392b
Octal20360255301100404307153
Binary10000011110000101011011100010010000100000100011000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8330AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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