Html Css Color HEX #95108C Dark Magenta

📋 copy color: '#95108C'

red 149 ◦ green 16 ◦ blue 140

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

Shades of Dark Magenta #95108C

Tints of Dark Magenta #95108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 48.85%
G = 5.25%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95108C (or 0x95108C) is known color: Dark Magenta. HEX triplet: 95, 10 and 8C. RGB value is (149,16,140). Sum of RGB (Red+Green+Blue) = 149+16+140=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95108C is #6AEF73. Grayscale: #454545. Windows color (decimal): -7008116 or 9179285. OLE color: 9179285.

HSL color Cylindrical-coordinate representation of color #95108C: hue angle of 304.06º 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 #95108C is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 140 -
CMYK 0 0.89 0.06 0.42
HSL 304.06º 0.81% 0.32% -
HSV(B) 304.06º 0.89% 0.58% -
XYZ 17.31 8.65 25.57 -
YUV 69.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 149 16 140 0 0.89 0.06 0.42 304.06 0.81 0.32
Hex 95 10 8C 0 59 6 2A 130 51 20
Octal 225 20 214 0 131 6 52 460 121 40
Binary 10010101 10000 10001100 0 1011001 110 101010 100110000 1010001 100000

Color Harmonies of #95108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95108C

Black with #95108C

Text Example


Text Example

White with #95108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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