#982DA0

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

Shades of Vivid Violet #982DA0

Tints of Vivid Violet #982DA0

Color information

#982DA0 (or 0x982DA0) is unknown color: approx Vivid Violet. HEX triplet: 98, 2D and A0. RGB value is (152,45,160). Sum of RGB (Red+Green+Blue) = 152+45+160=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #982DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982DA0 is #67D25F. Grayscale: #595959. Windows color (decimal): -6804064 or 10497432. OLE color: 10497432.

HSL color Cylindrical-coordinate representation of color #982DA0: hue angle of 295.83º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982DA0 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15245160-
CMYK0.050.7200.37
HSL295.83º56.1%40.2%-
HSV(B)295.83º71.88%62.75%-
XYZ20.2311.0934.33-
YUV90.1167.45172.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 45 (17.97% from 255) = 12.61%
BLUE value IS 160 (62.89% from 255) = 44.82%
R=42.58%
G=12.61%
B=44.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152451600.050.7200.37295.8356.140.2
Hex982DA05480251283828
Octal2305524051100454507050
Binary100110001011011010000010110010000100101100101000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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