#98226F

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

Shades of Dark Purple #98226F

Tints of Dark Purple #98226F

Color information

#98226F (or 0x98226F) is unknown color: approx Dark Purple. HEX triplet: 98, 22 and 6F. RGB value is (152,34,111). Sum of RGB (Red+Green+Blue) = 152+34+111=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98226F is #67DD90. Grayscale: #4D4D4D. Windows color (decimal): -6806929 or 7283352. OLE color: 7283352.

HSL color Cylindrical-coordinate representation of color #98226F: hue angle of 320.85º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98226F is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15234111-
CMYK00.780.270.40
HSL320.85º63.44%36.47%-
HSV(B)320.85º77.63%59.61%-
XYZ16.398.9715.91-
YUV78.06146.59180.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=51.18%
G=11.45%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523411100.780.270.40320.8563.4436.47
Hex98226F04E1B281413f24
Octal23042157011633505017744
Binary1001100010001011011110100111011011101000101000001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98226F; }

 p { color: rgb(152,34,111); }

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

<style>
 a { background-color: #98226F; }

 a { background-color: rgb(152,34,111); }

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

<style>
 span { border-color: #98226F; }

 span { border-color: rgb(152,34,111); }

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