#95286B

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

Shades of Dark Purple #95286B

Tints of Dark Purple #95286B

Color information

#95286B (or 0x95286B) is unknown color: approx Dark Purple. HEX triplet: 95, 28 and 6B. RGB value is (149,40,107). Sum of RGB (Red+Green+Blue) = 149+40+107=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95286B is #6AD794. Grayscale: #505050. Windows color (decimal): -7002005 or 7022741. OLE color: 7022741.

HSL color Cylindrical-coordinate representation of color #95286B: hue angle of 323.12º 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 #95286B is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14940107-
CMYK00.730.280.42
HSL323.12º57.67%37.06%-
HSV(B)323.12º73.15%58.43%-
XYZ15.818.9714.81-
YUV80.23143.11177.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=50.34%
G=13.51%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494010700.730.280.42323.1257.6737.06
Hex95286B0491C2A1433a25
Octal22550153011134525037245
Binary1001010110100011010110100100111100101010101000011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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