#98198D

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

Shades of Dark Purple #98198D

Tints of Dark Purple #98198D

Color information

#98198D (or 0x98198D) is unknown color: approx Dark Purple. HEX triplet: 98, 19 and 8D. RGB value is (152,25,141). Sum of RGB (Red+Green+Blue) = 152+25+141=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98198D is #67E672. Grayscale: #4B4B4B. Windows color (decimal): -6809203 or 9247128. OLE color: 9247128.

HSL color Cylindrical-coordinate representation of color #98198D: hue angle of 305.2º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98198D is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15225141-
CMYK00.840.070.40
HSL305.2º71.75%34.71%-
HSV(B)305.2º83.55%59.61%-
XYZ18.19.2926.04-
YUV76.2164.58182.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=47.80%
G=7.86%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522514100.840.070.40305.271.7534.71
Hex98198D0547281314823
Octal23031215012475046111043
Binary100110001100110001101010101001111010001001100011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98198D; }

 p { color: rgb(152,25,141); }

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

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

 a { background-color: rgb(152,25,141); }

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

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

 span { border-color: rgb(152,25,141); }

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