#98308A

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

Shades of Dark Purple #98308A

Tints of Dark Purple #98308A

Color information

#98308A (or 0x98308A) is unknown color: approx Dark Purple. HEX triplet: 98, 30 and 8A. RGB value is (152,48,138). Sum of RGB (Red+Green+Blue) = 152+48+138=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #98308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98308A is #67CF75. Grayscale: #595959. Windows color (decimal): -6803318 or 9056408. OLE color: 9056408.

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

Color convert

RGB15248138-
CMYK00.680.090.40
HSL308.08º52%39.22%-
HSV(B)308.08º68.42%59.61%-
XYZ18.5910.6225.12-
YUV89.36155.46172.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 48 (19.14% from 255) = 14.20%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=44.97%
G=14.20%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524813800.680.090.40308.085239.22
Hex98308A0449281343427
Octal23060212010411504646447
Binary1001100011000010001010010001001001101000100110100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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