#951A7F

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

Shades of Dark Purple #951A7F

Tints of Dark Purple #951A7F

Color information

#951A7F (or 0x951A7F) is unknown color: approx Dark Purple. HEX triplet: 95, 1A and 7F. RGB value is (149,26,127). Sum of RGB (Red+Green+Blue) = 149+26+127=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #951A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A7F is #6AE580. Grayscale: #4A4A4A. Windows color (decimal): -7005569 or 8329877. OLE color: 8329877.

HSL color Cylindrical-coordinate representation of color #951A7F: hue angle of 310.73º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A7F is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14926127-
CMYK00.830.150.42
HSL310.73º70.29%34.31%-
HSV(B)310.73º82.55%58.43%-
XYZ16.598.6620.88-
YUV74.29157.75181.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 127 (50% from 255) = 42.05%
R=49.34%
G=8.61%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492612700.830.150.42310.7370.2934.31
Hex951A7F053F2A1374622
Octal225321770123175246710642
Binary100101011101011111110101001111111010101001101111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,26,127); }

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

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

 a { background-color: rgb(149,26,127); }

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

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

 span { border-color: rgb(149,26,127); }

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