#98168A

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

Shades of Dark Purple #98168A

Tints of Dark Purple #98168A

Color information

#98168A (or 0x98168A) is unknown color: approx Dark Purple. HEX triplet: 98, 16 and 8A. RGB value is (152,22,138). Sum of RGB (Red+Green+Blue) = 152+22+138=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98168A is #67E975. Grayscale: #494949. Windows color (decimal): -6809974 or 9049752. OLE color: 9049752.

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

Color convert

RGB15222138-
CMYK00.860.090.40
HSL306.46º74.71%34.12%-
HSV(B)306.46º85.53%59.61%-
XYZ17.829.0824.86-
YUV74.09164.07183.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 22 (8.98% from 255) = 7.05%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=48.72%
G=7.05%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522213800.860.090.40306.4674.7134.12
Hex98168A0569281324b22
Octal230262120126115046211342
Binary1001100010110100010100101011010011010001001100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98168A; }

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

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

<style>
 a { background-color: #98168A; }

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

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

<style>
 span { border-color: #98168A; }

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

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