#95278D

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

Shades of Dark Purple #95278D

Tints of Dark Purple #95278D

Color information

#95278D (or 0x95278D) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 8D. RGB value is (149,39,141). Sum of RGB (Red+Green+Blue) = 149+39+141=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95278D is #6AD872. Grayscale: #535353. Windows color (decimal): -7002227 or 9250709. OLE color: 9250709.

HSL color Cylindrical-coordinate representation of color #95278D: hue angle of 304.36º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95278D is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14939141-
CMYK00.740.050.42
HSL304.36º58.51%36.86%-
HSV(B)304.36º73.83%58.43%-
XYZ17.939.7626.14-
YUV83.52160.44174.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 39 (15.62% from 255) = 11.85%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=45.29%
G=11.85%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493914100.740.050.42304.3658.5136.86
Hex95278D04A52A1303b25
Octal2254721501125524607345
Binary100101011001111000110101001010101101010100110000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95278D; }

 p { color: rgb(149,39,141); }

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

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

 a { background-color: rgb(149,39,141); }

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

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

 span { border-color: rgb(149,39,141); }

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