#98368A

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

Shades of Dark Purple #98368A

Tints of Dark Purple #98368A

Color information

#98368A (or 0x98368A) is unknown color: approx Dark Purple. HEX triplet: 98, 36 and 8A. RGB value is (152,54,138). Sum of RGB (Red+Green+Blue) = 152+54+138=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98368A is #67C975. Grayscale: #5C5C5C. Windows color (decimal): -6801782 or 9057944. OLE color: 9057944.

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

Color convert

RGB15254138-
CMYK00.640.090.40
HSL308.57º47.57%40.39%-
HSV(B)308.57º64.47%59.61%-
XYZ18.8611.1525.2-
YUV92.88153.47170.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 54 (21.48% from 255) = 15.70%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=44.19%
G=15.70%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525413800.640.090.40308.5747.5740.39
Hex98368A0409281353028
Octal23066212010011504656050
Binary1001100011011010001010010000001001101000100110101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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