#951C7D

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

Shades of Dark Purple #951C7D

Tints of Dark Purple #951C7D

Color information

#951C7D (or 0x951C7D) is unknown color: approx Dark Purple. HEX triplet: 95, 1C and 7D. RGB value is (149,28,125). Sum of RGB (Red+Green+Blue) = 149+28+125=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #951C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C7D is #6AE382. Grayscale: #4A4A4A. Windows color (decimal): -7005059 or 8199317. OLE color: 8199317.

HSL color Cylindrical-coordinate representation of color #951C7D: hue angle of 311.9º degrees, saturation: 0.68, 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 #951C7D is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14928125-
CMYK00.810.160.42
HSL311.9º68.36%34.71%-
HSV(B)311.9º81.21%58.43%-
XYZ16.518.720.21-
YUV75.24156.09180.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 28 (11.33% from 255) = 9.27%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=49.34%
G=9.27%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492812500.810.160.42311.968.3634.71
Hex951C7D051102A1384423
Octal225341750121205247010443
Binary1001010111100111110101010001100001010101001110001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,28,125); }

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

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

 a { background-color: rgb(149,28,125); }

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

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

 span { border-color: rgb(149,28,125); }

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