#951d75

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

Shades of Dark Purple #951D75

Tints of Dark Purple #951D75

Color information

#951D75 (or 0x951D75) is unknown color: approx Dark Purple. HEX triplet: 95, 1D and 75. RGB value is (149,29,117). Sum of RGB (Red+Green+Blue) = 149+29+117=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #951D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D75 is #6AE28A. Grayscale: #4A4A4A. Windows color (decimal): -7004811 or 7675285. OLE color: 7675285.

HSL color Cylindrical-coordinate representation of color #951D75: hue angle of 316º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D75 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14929117-
CMYK00.810.210.42
HSL316º67.42%34.9%-
HSV(B)316º80.54%58.43%-
XYZ16.048.5517.63-
YUV74.91151.76180.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 29 (11.72% from 255) = 9.83%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=50.51%
G=9.83%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492911700.810.210.4231667.4234.9
Hex951D75051152A13c4323
Octal225351650121255247410343
Binary1001010111101111010101010001101011010101001111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951d75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951d75; }

 p { color: rgb(149,29,117); }

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

<style>
 a { background-color: #951d75; }

 a { background-color: rgb(149,29,117); }

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

<style>
 span { border-color: #951d75; }

 span { border-color: rgb(149,29,117); }

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