#98226B

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

Shades of Dark Purple #98226B

Tints of Dark Purple #98226B

Color information

#98226B (or 0x98226B) is unknown color: approx Dark Purple. HEX triplet: 98, 22 and 6B. RGB value is (152,34,107). Sum of RGB (Red+Green+Blue) = 152+34+107=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98226B is #67DD94. Grayscale: #4D4D4D. Windows color (decimal): -6806933 or 7021208. OLE color: 7021208.

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

Color convert

RGB15234107-
CMYK00.780.300.40
HSL322.88º63.44%36.47%-
HSV(B)322.88º77.63%59.61%-
XYZ16.178.8814.77-
YUV77.6144.59181.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 34 (13.67% from 255) = 11.60%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=51.88%
G=11.60%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523410700.780.300.40322.8863.4436.47
Hex98226B04E1E281433f24
Octal23042153011636505037744
Binary1001100010001011010110100111011110101000101000011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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