#95286e

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

Shades of Dark Purple #95286E

Tints of Dark Purple #95286E

Color information

#95286E (or 0x95286E) is unknown color: approx Dark Purple. HEX triplet: 95, 28 and 6E. RGB value is (149,40,110). Sum of RGB (Red+Green+Blue) = 149+40+110=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95286E is #6AD791. Grayscale: #505050. Windows color (decimal): -7002002 or 7219349. OLE color: 7219349.

HSL color Cylindrical-coordinate representation of color #95286E: hue angle of 321.47º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95286E is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14940110-
CMYK00.730.260.42
HSL321.47º57.67%37.06%-
HSV(B)321.47º73.15%58.43%-
XYZ15.979.0315.65-
YUV80.57144.61176.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=49.83%
G=13.38%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494011000.730.260.42321.4757.6737.06
Hex95286E0491A2A1413a25
Octal22550156011132525017245
Binary1001010110100011011100100100111010101010101000001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95286e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95286e; }

 p { color: rgb(149,40,110); }

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

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

 a { background-color: rgb(149,40,110); }

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

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

 span { border-color: rgb(149,40,110); }

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