Html Css Color HEX #951388 Dark Magenta

📋 copy color: '#951388'

red 149 ◦ green 19 ◦ blue 136

#951388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #951388

Tints of Dark Magenta #951388

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 value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#951388 (or 0x951388) is known color: 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

RGB 149 19 136 -
CMYK 0 0.87 0.09 0.42
HSL 306º 0.77% 0.33% -
HSV(B) 306º 0.87% 0.58% -
XYZ 17.07 8.63 24.06 -
YUV 71.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 149 19 136 0 0.87 0.09 0.42 306 0.77 0.33
Hex 95 13 88 0 57 9 2A 132 4D 21
Octal 225 23 210 0 127 11 52 462 115 41
Binary 10010101 10011 10001000 0 1010111 1001 101010 100110010 1001101 100001

Color Harmonies of #951388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951388

Black with #951388

Text Example


Text Example

White with #951388

Text Example


Text Example

HTML Codes & Css Web 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>