#981275

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

Shades of Dark Purple #981275

Tints of Dark Purple #981275

Color information

#981275 (or 0x981275) is unknown color: approx Dark Purple. HEX triplet: 98, 12 and 75. RGB value is (152,18,117). Sum of RGB (Red+Green+Blue) = 152+18+117=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #981275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981275 is #67ED8A. Grayscale: #454545. Windows color (decimal): -6811019 or 7672472. OLE color: 7672472.

HSL color Cylindrical-coordinate representation of color #981275: hue angle of 315.67º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981275 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB15218117-
CMYK00.880.230.40
HSL315.67º78.82%33.33%-
HSV(B)315.67º88.16%59.61%-
XYZ16.388.3917.59-
YUV69.35154.89186.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=52.96%
G=6.27%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521811700.880.230.40315.6778.8233.33
Hex981275058172813c4f21
Octal230221650130275047411741
Binary1001100010010111010101011000101111010001001111001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981275; }

 p { color: rgb(152,18,117); }

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

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

 a { background-color: rgb(152,18,117); }

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

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

 span { border-color: rgb(152,18,117); }

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