#98268B

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

Shades of Dark Purple #98268B

Tints of Dark Purple #98268B

Color information

#98268B (or 0x98268B) is unknown color: approx Dark Purple. HEX triplet: 98, 26 and 8B. RGB value is (152,38,139). Sum of RGB (Red+Green+Blue) = 152+38+139=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98268B is #67D974. Grayscale: #535353. Windows color (decimal): -6805877 or 9119384. OLE color: 9119384.

HSL color Cylindrical-coordinate representation of color #98268B: hue angle of 306.84º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98268B is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15238139-
CMYK00.750.090.40
HSL306.84º60%37.25%-
HSV(B)306.84º75%59.61%-
XYZ18.39.9325.38-
YUV83.6159.27176.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=46.20%
G=11.55%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523813900.750.090.40306.846037.25
Hex98268B04B9281333c25
Octal23046213011311504637445
Binary1001100010011010001011010010111001101000100110011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,38,139); }

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

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

 a { background-color: rgb(152,38,139); }

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

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

 span { border-color: rgb(152,38,139); }

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