Html Css Color HEX #95037B Dark Magenta

📋 copy color: '#95037B'

red 149 ◦ green 3 ◦ blue 123

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

Shades of Dark Magenta #95037B

Tints of Dark Magenta #95037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 54.18%
G = 1.09%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95037B (or 0x95037B) is known color: Dark Magenta. HEX triplet: 95, 03 and 7B. RGB value is (149,3,123). Sum of RGB (Red+Green+Blue) = 149+3+123=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95037B is #6AFC84. Grayscale: #3C3C3C. Windows color (decimal): -7011461 or 8061845. OLE color: 8061845.

HSL color Cylindrical-coordinate representation of color #95037B: hue angle of 310.68º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95037B is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 123 -
CMYK 0 0.98 0.17 0.42
HSL 310.68º 0.96% 0.3% -
HSV(B) 310.68º 0.98% 0.58% -
XYZ 16 7.88 19.42 -
YUV 60.33 163.37 191.24 -
System Red Green Blue C M Y K H S L
Decimal 149 3 123 0 0.98 0.17 0.42 310.68 0.96 0.3
Hex 95 3 7B 0 62 11 2A 137 60 1E
Octal 225 3 173 0 142 21 52 467 140 36
Binary 10010101 11 1111011 0 1100010 10001 101010 100110111 1100000 11110

Color Harmonies of #95037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95037B

Black with #95037B

Text Example


Text Example

White with #95037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,3,123); }

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

background-color css

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

 a { background-color: rgb(149,3,123); }

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

border-color css

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

 span { border-color: rgb(149,3,123); }

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