#951A7A

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

Shades of Dark Purple #951A7A

Tints of Dark Purple #951A7A

Color information

#951A7A (or 0x951A7A) is unknown color: approx Dark Purple. HEX triplet: 95, 1A and 7A. RGB value is (149,26,122). Sum of RGB (Red+Green+Blue) = 149+26+122=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #951A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A7A is #6AE585. Grayscale: #494949. Windows color (decimal): -7005574 or 8002197. OLE color: 8002197.

HSL color Cylindrical-coordinate representation of color #951A7A: hue angle of 313.17º 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 #951A7A is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14926122-
CMYK00.830.180.42
HSL313.17º70.29%34.31%-
HSV(B)313.17º82.55%58.43%-
XYZ16.288.5319.2-
YUV73.72155.25181.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 26 (10.55% from 255) = 8.75%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=50.17%
G=8.75%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492612200.830.180.42313.1770.2934.31
Hex951A7A053122A1394622
Octal225321720123225247110642
Binary1001010111010111101001010011100101010101001110011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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