#98236B

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

Shades of Dark Purple #98236B

Tints of Dark Purple #98236B

Color information

#98236B (or 0x98236B) is unknown color: approx Dark Purple. HEX triplet: 98, 23 and 6B. RGB value is (152,35,107). Sum of RGB (Red+Green+Blue) = 152+35+107=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98236B is #67DC94. Grayscale: #4E4E4E. Windows color (decimal): -6806677 or 7021464. OLE color: 7021464.

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

Color convert

RGB15235107-
CMYK00.770.300.40
HSL323.08º62.57%36.67%-
HSV(B)323.08º76.97%59.61%-
XYZ16.28.9414.78-
YUV78.19144.26180.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.70%
GREEN value IS 35 (14.06% from 255) = 11.90%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=51.70%
G=11.90%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523510700.770.300.40323.0862.5736.67
Hex98236B04D1E281433f25
Octal23043153011536505037745
Binary1001100010001111010110100110111110101000101000011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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