Html Css Color HEX #95028E Dark Magenta

📋 copy color: '#95028E'

red 149 ◦ green 2 ◦ blue 142

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

Shades of Dark Magenta #95028E

Tints of Dark Magenta #95028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 142 (55.86% from 255) = 48.46%

R = 50.85%
G = 0.68%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95028E (or 0x95028E) is known color: Dark Magenta. HEX triplet: 95, 02 and 8E. RGB value is (149,2,142). Sum of RGB (Red+Green+Blue) = 149+2+142=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95028E is #6AFD71. Grayscale: #3D3D3D. Windows color (decimal): -7011698 or 9306773. OLE color: 9306773.

HSL color Cylindrical-coordinate representation of color #95028E: hue angle of 302.86º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95028E is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 142 -
CMYK 0 0.99 0.05 0.42
HSL 302.86º 0.97% 0.3% -
HSV(B) 302.86º 0.99% 0.58% -
XYZ 17.3 8.39 26.3 -
YUV 61.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 149 2 142 0 0.99 0.05 0.42 302.86 0.97 0.3
Hex 95 2 8E 0 63 5 2A 12F 61 1E
Octal 225 2 216 0 143 5 52 457 141 36
Binary 10010101 10 10001110 0 1100011 101 101010 100101111 1100001 11110

Color Harmonies of #95028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95028E

Black with #95028E

Text Example


Text Example

White with #95028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95028E; }

 p { color: rgb(149,2,142); }

 H1.HeaderClassName
 {
   color: #95028E;
 }
 .AnyTagClassName
 {
   color: #95028E;
 }
</style>

background-color css

<style>
 a { background-color: #95028E; }

 a { background-color: rgb(149,2,142); }

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

border-color css

<style>
 span { border-color: #95028E; }

 span { border-color: rgb(149,2,142); }

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