#98358B

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

Shades of Dark Purple #98358B

Tints of Dark Purple #98358B

Color information

#98358B (or 0x98358B) is unknown color: approx Dark Purple. HEX triplet: 98, 35 and 8B. RGB value is (152,53,139). Sum of RGB (Red+Green+Blue) = 152+53+139=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98358B is #67CA74. Grayscale: #5C5C5C. Windows color (decimal): -6802037 or 9123224. OLE color: 9123224.

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

Color convert

RGB15253139-
CMYK00.650.090.40
HSL307.88º48.29%40.2%-
HSV(B)307.88º65.13%59.61%-
XYZ18.8811.0925.57-
YUV92.4154.3170.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=44.19%
G=15.41%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525313900.650.090.40307.8848.2940.2
Hex98358B0419281343028
Octal23065213010111504646050
Binary1001100011010110001011010000011001101000100110100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,53,139); }

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

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

 a { background-color: rgb(152,53,139); }

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

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

 span { border-color: rgb(152,53,139); }

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