#95278F

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

Shades of Dark Purple #95278F

Tints of Dark Purple #95278F

Color information

#95278F (or 0x95278F) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 8F. RGB value is (149,39,143). Sum of RGB (Red+Green+Blue) = 149+39+143=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95278F is #6AD870. Grayscale: #535353. Windows color (decimal): -7002225 or 9381781. OLE color: 9381781.

HSL color Cylindrical-coordinate representation of color #95278F: hue angle of 303.27º 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 #95278F is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14939143-
CMYK00.740.040.42
HSL303.27º58.51%36.86%-
HSV(B)303.27º73.83%58.43%-
XYZ18.089.8226.93-
YUV83.75161.44174.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 39 (15.62% from 255) = 11.78%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=45.02%
G=11.78%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493914300.740.040.42303.2758.5136.86
Hex95278F04A42A12f3b25
Octal2254721701124524577345
Binary100101011001111000111101001010100101010100101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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