Html Css Color HEX #95189B Dark Magenta

📋 copy color: '#95189B'

red 149 ◦ green 24 ◦ blue 155

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

Shades of Dark Magenta #95189B

Tints of Dark Magenta #95189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 45.43%
G = 7.32%
B = 47.26%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95189B (or 0x95189B) is known color: Dark Magenta. HEX triplet: 95, 18 and 9B. RGB value is (149,24,155). Sum of RGB (Red+Green+Blue) = 149+24+155=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #95189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95189B is #6AE764. Grayscale: #4B4B4B. Windows color (decimal): -7006053 or 10164373. OLE color: 10164373.

HSL color Cylindrical-coordinate representation of color #95189B: hue angle of 297.25º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95189B is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 24 155 -
CMYK 0.04 0.85 0 0.39
HSL 297.25º 0.73% 0.35% -
HSV(B) 297.25º 0.85% 0.61% -
XYZ 18.64 9.41 31.84 -
YUV 76.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 149 24 155 0.04 0.85 0 0.39 297.25 0.73 0.35
Hex 95 18 9B 4 55 0 27 129 49 23
Octal 225 30 233 4 125 0 47 451 111 43
Binary 10010101 11000 10011011 100 1010101 0 100111 100101001 1001001 100011

Color Harmonies of #95189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95189B

Black with #95189B

Text Example


Text Example

White with #95189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95189B; }

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

 H1.HeaderClassName
 {
   color: #95189B;
 }
 .AnyTagClassName
 {
   color: #95189B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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