Html Css Color HEX #95008B Dark Magenta

📋 copy color: '#95008B'

red 149 ◦ green 0 ◦ blue 139

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

Shades of Dark Magenta #95008B

Tints of Dark Magenta #95008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 51.74%
G = 0%
B = 48.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95008B (or 0x95008B) is known color: Dark Magenta. HEX triplet: 95, 00 and 8B. RGB value is (149,0,139). Sum of RGB (Red+Green+Blue) = 149+0+139=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #95008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95008B is #6AFF74. Grayscale: #3B3B3B. Windows color (decimal): -7012213 or 9109653. OLE color: 9109653.

HSL color Cylindrical-coordinate representation of color #95008B: hue angle of 304.03º 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 #95008B is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 139 -
CMYK 0 1 0.07 0.42
HSL 304.03º 1% 0.29% -
HSV(B) 304.03º 1% 0.58% -
XYZ 17.05 8.25 25.12 -
YUV 60.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 149 0 139 0 1 0.07 0.42 304.03 1 0.29
Hex 95 0 8B 0 64 7 2A 130 64 1D
Octal 225 0 213 0 144 7 52 460 144 35
Binary 10010101 0 10001011 0 1100100 111 101010 100110000 1100100 11101

Color Harmonies of #95008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95008B

Black with #95008B

Text Example


Text Example

White with #95008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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