#951C9B

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

Shades of Dark Magenta #951C9B

Tints of Dark Magenta #951C9B

Color information

#951C9B (or 0x951C9B) is unknown color: approx Dark Magenta. HEX triplet: 95, 1C and 9B. RGB value is (149,28,155). Sum of RGB (Red+Green+Blue) = 149+28+155=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #951C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C9B is #6AE364. Grayscale: #4E4E4E. Windows color (decimal): -7005029 or 10165397. OLE color: 10165397.

HSL color Cylindrical-coordinate representation of color #951C9B: hue angle of 297.17º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951C9B is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14928155-
CMYK0.040.8200.39
HSL297.17º69.4%35.88%-
HSV(B)297.17º81.94%60.78%-
XYZ18.739.5931.87-
YUV78.66171.09178.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 28 (11.33% from 255) = 8.43%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=44.88%
G=8.43%
B=46.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149281550.040.8200.39297.1769.435.88
Hex951C9B4520271294524
Octal22534233412204745110544
Binary100101011110010011011100101001001001111001010011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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