#951A6E

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

Shades of Dark Purple #951A6E

Tints of Dark Purple #951A6E

Color information

#951A6E (or 0x951A6E) is unknown color: approx Dark Purple. HEX triplet: 95, 1A and 6E. RGB value is (149,26,110). Sum of RGB (Red+Green+Blue) = 149+26+110=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #951A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A6E is #6AE591. Grayscale: #484848. Windows color (decimal): -7005586 or 7215765. OLE color: 7215765.

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

Color convert

RGB14926110-
CMYK00.830.260.42
HSL319.02º70.29%34.31%-
HSV(B)319.02º82.55%58.43%-
XYZ15.588.2515.52-
YUV72.35149.25182.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=52.28%
G=9.12%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492611000.830.260.42319.0270.2934.31
Hex951A6E0531A2A13f4622
Octal225321560123325247710642
Binary1001010111010110111001010011110101010101001111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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