#98227D

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

Shades of Dark Purple #98227D

Tints of Dark Purple #98227D

Color information

#98227D (or 0x98227D) is unknown color: approx Dark Purple. HEX triplet: 98, 22 and 7D. RGB value is (152,34,125). Sum of RGB (Red+Green+Blue) = 152+34+125=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98227D is #67DD82. Grayscale: #4F4F4F. Windows color (decimal): -6806915 or 8200856. OLE color: 8200856.

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

Color convert

RGB15234125-
CMYK00.780.180.40
HSL313.73º63.44%36.47%-
HSV(B)313.73º77.63%59.61%-
XYZ17.229.320.29-
YUV79.66153.59179.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 34 (13.67% from 255) = 10.93%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=48.87%
G=10.93%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523412500.780.180.40313.7363.4436.47
Hex98227D04E122813a3f24
Octal23042175011622504727744
Binary1001100010001011111010100111010010101000100111010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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