#95256D

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

Shades of Dark Purple #95256D

Tints of Dark Purple #95256D

Color information

#95256D (or 0x95256D) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 6D. RGB value is (149,37,109). Sum of RGB (Red+Green+Blue) = 149+37+109=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95256D is #6ADA92. Grayscale: #4E4E4E. Windows color (decimal): -7002771 or 7153045. OLE color: 7153045.

HSL color Cylindrical-coordinate representation of color #95256D: hue angle of 321.43º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95256D is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14937109-
CMYK00.750.270.42
HSL321.43º60.22%36.47%-
HSV(B)321.43º75.17%58.43%-
XYZ15.828.8215.34-
YUV78.7145.11178.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=50.51%
G=12.54%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493710900.750.270.42321.4360.2236.47
Hex95256D04B1B2A1413c24
Octal22545155011333525017444
Binary1001010110010111011010100101111011101010101000001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,37,109); }

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

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

 a { background-color: rgb(149,37,109); }

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

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

 span { border-color: rgb(149,37,109); }

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