#98236C

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

Shades of Dark Purple #98236C

Tints of Dark Purple #98236C

Color information

#98236C (or 0x98236C) is unknown color: approx Dark Purple. HEX triplet: 98, 23 and 6C. RGB value is (152,35,108). Sum of RGB (Red+Green+Blue) = 152+35+108=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98236C is #67DC93. Grayscale: #4E4E4E. Windows color (decimal): -6806676 or 7087000. OLE color: 7087000.

HSL color Cylindrical-coordinate representation of color #98236C: hue angle of 322.56º 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 #98236C is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15235108-
CMYK00.770.290.40
HSL322.56º62.57%36.67%-
HSV(B)322.56º76.97%59.61%-
XYZ16.268.9615.06-
YUV78.3144.76180.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 35 (14.06% from 255) = 11.86%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=51.53%
G=11.86%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523510800.770.290.40322.5662.5736.67
Hex98236C04D1D281433f25
Octal23043154011535505037745
Binary1001100010001111011000100110111101101000101000011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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