#98278F

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

Shades of Dark Purple #98278F

Tints of Dark Purple #98278F

Color information

#98278F (or 0x98278F) is unknown color: approx Dark Purple. HEX triplet: 98, 27 and 8F. RGB value is (152,39,143). Sum of RGB (Red+Green+Blue) = 152+39+143=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #98278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98278F is #67D870. Grayscale: #545454. Windows color (decimal): -6805617 or 9381784. OLE color: 9381784.

HSL color Cylindrical-coordinate representation of color #98278F: hue angle of 304.78º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98278F is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15239143-
CMYK00.740.060.40
HSL304.78º59.16%37.45%-
HSV(B)304.78º74.34%59.61%-
XYZ18.6310.1126.96-
YUV84.64160.94176.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 39 (15.62% from 255) = 11.68%
BLUE value IS 143 (56.25% from 255) = 42.81%
R=45.51%
G=11.68%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523914300.740.060.40304.7859.1637.45
Hex98278F04A6281313b25
Octal2304721701126504617345
Binary100110001001111000111101001010110101000100110001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,39,143); }

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

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

 a { background-color: rgb(152,39,143); }

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

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

 span { border-color: rgb(152,39,143); }

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