Html Css Color HEX #95148F Dark Magenta

📋 copy color: '#95148F'

red 149 ◦ green 20 ◦ blue 143

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

Shades of Dark Magenta #95148F

Tints of Dark Magenta #95148F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

 BLUE value IS 143 (56.25% from 255) = 45.83%

R = 47.76%
G = 6.41%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95148F (or 0x95148F) is known color: Dark Magenta. HEX triplet: 95, 14 and 8F. RGB value is (149,20,143). Sum of RGB (Red+Green+Blue) = 149+20+143=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95148F is #6AEB70. Grayscale: #484848. Windows color (decimal): -7007089 or 9376917. OLE color: 9376917.

HSL color Cylindrical-coordinate representation of color #95148F: hue angle of 302.79º degrees, saturation: 0.76, 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 #95148F is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 143 -
CMYK 0 0.87 0.04 0.42
HSL 302.79º 0.76% 0.33% -
HSV(B) 302.79º 0.87% 0.58% -
XYZ 17.6 8.87 26.77 -
YUV 72.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 149 20 143 0 0.87 0.04 0.42 302.79 0.76 0.33
Hex 95 14 8F 0 57 4 2A 12F 4C 21
Octal 225 24 217 0 127 4 52 457 114 41
Binary 10010101 10100 10001111 0 1010111 100 101010 100101111 1001100 100001

Color Harmonies of #95148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95148F

Black with #95148F

Text Example


Text Example

White with #95148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95148F; }

 p { color: rgb(149,20,143); }

 H1.HeaderClassName
 {
   color: #95148F;
 }
 .AnyTagClassName
 {
   color: #95148F;
 }
</style>

background-color css

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

 a { background-color: rgb(149,20,143); }

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

border-color css

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

 span { border-color: rgb(149,20,143); }

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