#98367D

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

Shades of Dark Purple #98367D

Tints of Dark Purple #98367D

Color information

#98367D (or 0x98367D) is unknown color: approx Dark Purple. HEX triplet: 98, 36 and 7D. RGB value is (152,54,125). Sum of RGB (Red+Green+Blue) = 152+54+125=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98367D is #67C982. Grayscale: #5B5B5B. Windows color (decimal): -6801795 or 8205976. OLE color: 8205976.

HSL color Cylindrical-coordinate representation of color #98367D: hue angle of 316.53º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98367D is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15254125-
CMYK00.640.180.40
HSL316.53º47.57%40.39%-
HSV(B)316.53º64.47%59.61%-
XYZ17.9710.7920.54-
YUV91.4146.97171.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=45.92%
G=16.31%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525412500.640.180.40316.5347.5740.39
Hex98367D040122813d3028
Octal23066175010022504756050
Binary1001100011011011111010100000010010101000100111101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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