Html Css Color HEX #95008D Dark Magenta

📋 copy color: '#95008D'

red 149 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #95008D

Tints of Dark Magenta #95008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.38%
G = 0%
B = 48.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95008D (or 0x95008D) is known color: Dark Magenta. HEX triplet: 95, 00 and 8D. RGB value is (149,0,141). Sum of RGB (Red+Green+Blue) = 149+0+141=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95008D is #6AFF72. Grayscale: #3C3C3C. Windows color (decimal): -7012211 or 9240725. OLE color: 9240725.

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

Color convert

RGB 149 0 141 -
CMYK 0 1 0.05 0.42
HSL 303.22º 1% 0.29% -
HSV(B) 303.22º 1% 0.58% -
XYZ 17.2 8.31 25.9 -
YUV 60.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 149 0 141 0 1 0.05 0.42 303.22 1 0.29
Hex 95 0 8D 0 64 5 2A 12F 64 1D
Octal 225 0 215 0 144 5 52 457 144 35
Binary 10010101 0 10001101 0 1100100 101 101010 100101111 1100100 11101

Color Harmonies of #95008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95008D

Black with #95008D

Text Example


Text Example

White with #95008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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