#982286

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

Shades of Dark Purple #982286

Tints of Dark Purple #982286

Color information

#982286 (or 0x982286) is unknown color: approx Dark Purple. HEX triplet: 98, 22 and 86. RGB value is (152,34,134). Sum of RGB (Red+Green+Blue) = 152+34+134=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #982286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982286 is #67DD79. Grayscale: #505050. Windows color (decimal): -6806906 or 8790680. OLE color: 8790680.

HSL color Cylindrical-coordinate representation of color #982286: hue angle of 309.15º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982286 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB15234134-
CMYK00.780.120.40
HSL309.15º63.44%36.47%-
HSV(B)309.15º77.63%59.61%-
XYZ17.829.5423.46-
YUV80.68158.09178.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 34 (13.67% from 255) = 10.62%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=47.5%
G=10.62%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523413400.780.120.40309.1563.4436.47
Hex98228604EC281353f24
Octal23042206011614504657744
Binary1001100010001010000110010011101100101000100110101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982286; }

 p { color: rgb(152,34,134); }

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

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

 a { background-color: rgb(152,34,134); }

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

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

 span { border-color: rgb(152,34,134); }

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