#98236E

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

Shades of Dark Purple #98236E

Tints of Dark Purple #98236E

Color information

#98236E (or 0x98236E) is unknown color: approx Dark Purple. HEX triplet: 98, 23 and 6E. RGB value is (152,35,110). Sum of RGB (Red+Green+Blue) = 152+35+110=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98236E is #67DC91. Grayscale: #4E4E4E. Windows color (decimal): -6806674 or 7218072. OLE color: 7218072.

HSL color Cylindrical-coordinate representation of color #98236E: hue angle of 321.54º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98236E is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15235110-
CMYK00.770.280.40
HSL321.54º62.57%36.67%-
HSV(B)321.54º76.97%59.61%-
XYZ16.36915.63-
YUV78.53145.76180.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=51.18%
G=11.78%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523511000.770.280.40321.5462.5736.67
Hex98236E04D1C281423f25
Octal23043156011534505027745
Binary1001100010001111011100100110111100101000101000010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98236E; }

 p { color: rgb(152,35,110); }

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

<style>
 a { background-color: #98236E; }

 a { background-color: rgb(152,35,110); }

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

<style>
 span { border-color: #98236E; }

 span { border-color: rgb(152,35,110); }

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