Html Css Color HEX #95098D Dark Magenta

📋 copy color: '#95098D'

red 149 ◦ green 9 ◦ blue 141

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

Shades of Dark Magenta #95098D

Tints of Dark Magenta #95098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.01%

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

R = 49.83%
G = 3.01%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95098D (or 0x95098D) is known color: Dark Magenta. HEX triplet: 95, 09 and 8D. RGB value is (149,9,141). Sum of RGB (Red+Green+Blue) = 149+9+141=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95098D is #6AF672. Grayscale: #414141. Windows color (decimal): -7009907 or 9243029. OLE color: 9243029.

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

Color convert

RGB 149 9 141 -
CMYK 0 0.94 0.05 0.42
HSL 303.43º 0.89% 0.31% -
HSV(B) 303.43º 0.94% 0.58% -
XYZ 17.3 8.51 25.93 -
YUV 65.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 149 9 141 0 0.94 0.05 0.42 303.43 0.89 0.31
Hex 95 9 8D 0 5E 5 2A 12F 59 1F
Octal 225 11 215 0 136 5 52 457 131 37
Binary 10010101 1001 10001101 0 1011110 101 101010 100101111 1011001 11111

Color Harmonies of #95098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95098D

Black with #95098D

Text Example


Text Example

White with #95098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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