#982699

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

Shades of Vivid Violet #982699

Tints of Vivid Violet #982699

Color information

#982699 (or 0x982699) is unknown color: approx Vivid Violet. HEX triplet: 98, 26 and 99. RGB value is (152,38,153). Sum of RGB (Red+Green+Blue) = 152+38+153=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #982699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982699 is #67D966. Grayscale: #545454. Windows color (decimal): -6805863 or 10036888. OLE color: 10036888.

HSL color Cylindrical-coordinate representation of color #982699: hue angle of 299.48º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982699 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15238153-
CMYK0.010.7500.4
HSL299.48º60.21%37.45%-
HSV(B)299.48º75.16%60%-
XYZ19.3910.3631.11-
YUV85.2166.27175.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 38 (15.23% from 255) = 11.08%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=44.31%
G=11.08%
B=44.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152381530.010.7500.4299.4860.2137.45
Hex98269914B02812b3c25
Octal2304623111130504537445
Binary1001100010011010011001110010110101000100101011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982699; }

 p { color: rgb(152,38,153); }

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

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

 a { background-color: rgb(152,38,153); }

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

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

 span { border-color: rgb(152,38,153); }

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