#98167B

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

Shades of Dark Purple #98167B

Tints of Dark Purple #98167B

Color information

#98167B (or 0x98167B) is unknown color: approx Dark Purple. HEX triplet: 98, 16 and 7B. RGB value is (152,22,123). Sum of RGB (Red+Green+Blue) = 152+22+123=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98167B is #67E984. Grayscale: #484848. Windows color (decimal): -6809989 or 8066712. OLE color: 8066712.

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

Color convert

RGB15222123-
CMYK00.860.190.40
HSL313.38º74.71%34.12%-
HSV(B)313.38º85.53%59.61%-
XYZ16.818.6819.53-
YUV72.38156.57184.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=51.18%
G=7.41%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522212300.860.190.40313.3874.7134.12
Hex98167B05613281394b22
Octal230261730126235047111342
Binary1001100010110111101101010110100111010001001110011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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