#98307B

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

Shades of Dark Purple #98307B

Tints of Dark Purple #98307B

Color information

#98307B (or 0x98307B) is unknown color: approx Dark Purple. HEX triplet: 98, 30 and 7B. RGB value is (152,48,123). Sum of RGB (Red+Green+Blue) = 152+48+123=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #98307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98307B is #67CF84. Grayscale: #575757. Windows color (decimal): -6803333 or 8073368. OLE color: 8073368.

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

Color convert

RGB15248123-
CMYK00.680.190.40
HSL316.73º52%39.22%-
HSV(B)316.73º68.42%59.61%-
XYZ17.5810.2219.78-
YUV87.65147.96173.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=47.06%
G=14.86%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524812300.680.190.40316.735239.22
Hex98307B044132813d3427
Octal23060173010423504756447
Binary1001100011000011110110100010010011101000100111101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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