#982690

Color #982690 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #982690

Tints of Dark Purple #982690

Color information

#982690 (or 0x982690) is unknown color: approx Dark Purple. HEX triplet: 98, 26 and 90. RGB value is (152,38,144). Sum of RGB (Red+Green+Blue) = 152+38+144=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #982690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982690 is #67D96F. Grayscale: #535353. Windows color (decimal): -6805872 or 9447064. OLE color: 9447064.

HSL color Cylindrical-coordinate representation of color #982690: hue angle of 304.21º 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 #982690 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15238144-
CMYK00.750.050.40
HSL304.21º60%37.25%-
HSV(B)304.21º75%59.61%-
XYZ18.6810.0827.35-
YUV84.17161.77176.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 38 (15.23% from 255) = 11.38%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=45.51%
G=11.38%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523814400.750.050.40304.216037.25
Hex98269004B5281303c25
Octal2304622001135504607445
Binary100110001001101001000001001011101101000100110000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982690; }

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

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

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

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

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

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

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

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