#982DAA

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

Shades of Vivid Violet #982DAA

Tints of Vivid Violet #982DAA

Color information

#982DAA (or 0x982DAA) is unknown color: approx Vivid Violet. HEX triplet: 98, 2D and AA. RGB value is (152,45,170). Sum of RGB (Red+Green+Blue) = 152+45+170=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #982DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982DAA is #67D255. Grayscale: #5A5A5A. Windows color (decimal): -6804054 or 11152792. OLE color: 11152792.

HSL color Cylindrical-coordinate representation of color #982DAA: hue angle of 291.36º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982DAA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15245170-
CMYK0.110.7400.33
HSL291.36º58.14%42.16%-
HSV(B)291.36º73.53%66.67%-
XYZ21.1411.4539.13-
YUV91.24172.45171.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 45 (17.97% from 255) = 12.26%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=41.42%
G=12.26%
B=46.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152451700.110.7400.33291.3658.1442.16
Hex982DAAB4A0211233a2a
Octal23055252131120414437252
Binary1001100010110110101010101110010100100001100100011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982DAA; }

 p { color: rgb(152,45,170); }

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

<style>
 a { background-color: #982DAA; }

 a { background-color: rgb(152,45,170); }

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

<style>
 span { border-color: #982DAA; }

 span { border-color: rgb(152,45,170); }

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