#98228C

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

Shades of Dark Purple #98228C

Tints of Dark Purple #98228C

Color information

#98228C (or 0x98228C) is unknown color: approx Dark Purple. HEX triplet: 98, 22 and 8C. RGB value is (152,34,140). Sum of RGB (Red+Green+Blue) = 152+34+140=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98228C is #67DD73. Grayscale: #515151. Windows color (decimal): -6806900 or 9183896. OLE color: 9183896.

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

Color convert

RGB15234140-
CMYK00.780.080.40
HSL306.1º63.44%36.47%-
HSV(B)306.1º77.63%59.61%-
XYZ18.259.7125.72-
YUV81.37161.09178.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 34 (13.67% from 255) = 10.43%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=46.63%
G=10.43%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523414000.780.080.40306.163.4436.47
Hex98228C04E8281323f24
Octal23042214011610504627744
Binary1001100010001010001100010011101000101000100110010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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