#98216B

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

Shades of Dark Purple #98216B

Tints of Dark Purple #98216B

Color information

#98216B (or 0x98216B) is unknown color: approx Dark Purple. HEX triplet: 98, 21 and 6B. RGB value is (152,33,107). Sum of RGB (Red+Green+Blue) = 152+33+107=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #98216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98216B is #67DE94. Grayscale: #4C4C4C. Windows color (decimal): -6807189 or 7020952. OLE color: 7020952.

HSL color Cylindrical-coordinate representation of color #98216B: hue angle of 322.69º degrees, saturation: 0.64, 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 #98216B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15233107-
CMYK00.780.300.40
HSL322.69º64.32%36.27%-
HSV(B)322.69º78.29%59.61%-
XYZ16.158.8214.76-
YUV77.02144.92181.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 33 (13.28% from 255) = 11.30%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=52.05%
G=11.30%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523310700.780.300.40322.6964.3236.27
Hex98216B04E1E281434024
Octal230411530116365050310044
Binary10011000100001110101101001110111101010001010000111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,33,107); }

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

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

 a { background-color: rgb(152,33,107); }

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

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

 span { border-color: rgb(152,33,107); }

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