#982D93

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

Shades of Vivid Violet #982D93

Tints of Vivid Violet #982D93

Color information

#982D93 (or 0x982D93) is unknown color: approx Vivid Violet. HEX triplet: 98, 2D and 93. RGB value is (152,45,147). Sum of RGB (Red+Green+Blue) = 152+45+147=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #982D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982D93 is #67D26C. Grayscale: #585858. Windows color (decimal): -6804077 or 9645464. OLE color: 9645464.

HSL color Cylindrical-coordinate representation of color #982D93: hue angle of 302.8º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #982D93 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15245147-
CMYK00.700.030.40
HSL302.8º54.31%38.63%-
HSV(B)302.8º70.39%59.61%-
XYZ19.1510.6628.65-
YUV88.62160.95173.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 45 (17.97% from 255) = 13.08%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=44.19%
G=13.08%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524514700.700.030.40302.854.3138.63
Hex982D9304632812f3627
Octal2305522301063504576647
Binary10011000101101100100110100011011101000100101111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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