Html Css Color HEX #95038A Dark Magenta

📋 copy color: '#95038A'

red 149 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #95038A

Tints of Dark Magenta #95038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.59%

R = 51.38%
G = 1.03%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95038A (or 0x95038A) is known color: Dark Magenta. HEX triplet: 95, 03 and 8A. RGB value is (149,3,138). Sum of RGB (Red+Green+Blue) = 149+3+138=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95038A is #6AFC75. Grayscale: #3D3D3D. Windows color (decimal): -7011446 or 9044885. OLE color: 9044885.

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

Color convert

RGB 149 3 138 -
CMYK 0 0.98 0.07 0.42
HSL 304.52º 0.96% 0.3% -
HSV(B) 304.52º 0.98% 0.58% -
XYZ 17.01 8.29 24.75 -
YUV 62.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 149 3 138 0 0.98 0.07 0.42 304.52 0.96 0.3
Hex 95 3 8A 0 62 7 2A 131 60 1E
Octal 225 3 212 0 142 7 52 461 140 36
Binary 10010101 11 10001010 0 1100010 111 101010 100110001 1100000 11110

Color Harmonies of #95038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95038A

Black with #95038A

Text Example


Text Example

White with #95038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95038A; }

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

 H1.HeaderClassName
 {
   color: #95038A;
 }
 .AnyTagClassName
 {
   color: #95038A;
 }
</style>

background-color css

<style>
 a { background-color: #95038A; }

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

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

border-color css

<style>
 span { border-color: #95038A; }

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

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