Html Css Color HEX #95108D Dark Magenta

📋 copy color: '#95108D'

red 149 ◦ green 16 ◦ blue 141

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

Shades of Dark Magenta #95108D

Tints of Dark Magenta #95108D

RGB

 RED value IS 149 (58.59% from 255) = 48.69%

 GREEN value IS 16 (6.64% from 255) = 5.23%

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 48.69%
G = 5.23%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95108D (or 0x95108D) is known color: Dark Magenta. HEX triplet: 95, 10 and 8D. RGB value is (149,16,141). Sum of RGB (Red+Green+Blue) = 149+16+141=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95108D is #6AEF72. Grayscale: #454545. Windows color (decimal): -7008115 or 9244821. OLE color: 9244821.

HSL color Cylindrical-coordinate representation of color #95108D: hue angle of 303.61º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95108D is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 141 -
CMYK 0 0.89 0.05 0.42
HSL 303.61º 0.81% 0.32% -
HSV(B) 303.61º 0.89% 0.58% -
XYZ 17.39 8.68 25.96 -
YUV 70.02 168.06 184.34 -
System Red Green Blue C M Y K H S L
Decimal 149 16 141 0 0.89 0.05 0.42 303.61 0.81 0.32
Hex 95 10 8D 0 59 5 2A 130 51 20
Octal 225 20 215 0 131 5 52 460 121 40
Binary 10010101 10000 10001101 0 1011001 101 101010 100110000 1010001 100000

Color Harmonies of #95108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95108D

Black with #95108D

Text Example


Text Example

White with #95108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95108D; }

 p { color: rgb(149,16,141); }

 H1.HeaderClassName
 {
   color: #95108D;
 }
 .AnyTagClassName
 {
   color: #95108D;
 }
</style>

background-color css

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

 a { background-color: rgb(149,16,141); }

 div.DivClassName
 {
   background-color: #95108D;
 }
 .BgClassName
 {
   background-color: #95108D;
 }
</style>

border-color css

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

 span { border-color: rgb(149,16,141); }

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