#98228B

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

Shades of Dark Purple #98228B

Tints of Dark Purple #98228B

Color information

#98228B (or 0x98228B) is unknown color: approx Dark Purple. HEX triplet: 98, 22 and 8B. RGB value is (152,34,139). Sum of RGB (Red+Green+Blue) = 152+34+139=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98228B is #67DD74. Grayscale: #505050. Windows color (decimal): -6806901 or 9118360. OLE color: 9118360.

HSL color Cylindrical-coordinate representation of color #98228B: hue angle of 306.61º 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 #98228B is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15234139-
CMYK00.780.090.40
HSL306.61º63.44%36.47%-
HSV(B)306.61º77.63%59.61%-
XYZ18.189.6825.34-
YUV81.25160.59178.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 34 (13.67% from 255) = 10.46%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=46.77%
G=10.46%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523413900.780.090.40306.6163.4436.47
Hex98228B04E9281333f24
Octal23042213011611504637744
Binary1001100010001010001011010011101001101000100110011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98228B; }

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

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

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

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

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

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

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

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