#98337B

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

Shades of Dark Purple #98337B

Tints of Dark Purple #98337B

Color information

#98337B (or 0x98337B) is unknown color: approx Dark Purple. HEX triplet: 98, 33 and 7B. RGB value is (152,51,123). Sum of RGB (Red+Green+Blue) = 152+51+123=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98337B is #67CC84. Grayscale: #595959. Windows color (decimal): -6802565 or 8074136. OLE color: 8074136.

HSL color Cylindrical-coordinate representation of color #98337B: hue angle of 317.23º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98337B is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15251123-
CMYK00.660.190.40
HSL317.23º49.75%39.8%-
HSV(B)317.23º66.45%59.61%-
XYZ17.7110.4719.83-
YUV89.41146.96172.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=46.63%
G=15.64%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525112300.660.190.40317.2349.7539.8
Hex98337B042132813d3228
Octal23063173010223504756250
Binary1001100011001111110110100001010011101000100111101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,51,123); }

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

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

 a { background-color: rgb(152,51,123); }

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

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

 span { border-color: rgb(152,51,123); }

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