#951A70

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

Shades of Dark Purple #951A70

Tints of Dark Purple #951A70

Color information

#951A70 (or 0x951A70) is unknown color: approx Dark Purple. HEX triplet: 95, 1A and 70. RGB value is (149,26,112). Sum of RGB (Red+Green+Blue) = 149+26+112=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A70 is #6AE58F. Grayscale: #484848. Windows color (decimal): -7005584 or 7346837. OLE color: 7346837.

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

Color convert

RGB14926112-
CMYK00.830.250.42
HSL318.05º70.29%34.31%-
HSV(B)318.05º82.55%58.43%-
XYZ15.698.316.1-
YUV72.58150.25182.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 26 (10.55% from 255) = 9.06%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=51.92%
G=9.06%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492611200.830.250.42318.0570.2934.31
Hex951A70053192A13e4622
Octal225321600123315247610642
Binary1001010111010111000001010011110011010101001111101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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