#951388

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

Shades of Dark Magenta #951388

Tints of Dark Magenta #951388

Color information

#951388 (or 0x951388) is unknown color: approx Dark Magenta. HEX triplet: 95, 13 and 88. RGB value is (149,19,136). Sum of RGB (Red+Green+Blue) = 149+19+136=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #951388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951388 is #6AEC77. Grayscale: #464646. Windows color (decimal): -7007352 or 8917909. OLE color: 8917909.

HSL color Cylindrical-coordinate representation of color #951388: hue angle of 306º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951388 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14919136-
CMYK00.870.090.42
HSL306º77.38%32.94%-
HSV(B)306º87.25%58.43%-
XYZ17.078.6324.06-
YUV71.21164.57183.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 19 (7.81% from 255) = 6.25%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=49.01%
G=6.25%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491913600.870.090.4230677.3832.94
Hex95138805792A1324d21
Octal225232100127115246211541
Binary1001010110011100010000101011110011010101001100101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951388; }

 p { color: rgb(149,19,136); }

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

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

 a { background-color: rgb(149,19,136); }

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

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

 span { border-color: rgb(149,19,136); }

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