Html Css Color HEX #95099C Dark Magenta

📋 copy color: '#95099C'

red 149 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #95099C

Tints of Dark Magenta #95099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 47.45%
G = 2.87%
B = 49.68%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95099C (or 0x95099C) is known color: Dark Magenta. HEX triplet: 95, 09 and 9C. RGB value is (149,9,156). Sum of RGB (Red+Green+Blue) = 149+9+156=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #95099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95099C is #6AF663. Grayscale: #434343. Windows color (decimal): -7009892 or 10226069. OLE color: 10226069.

HSL color Cylindrical-coordinate representation of color #95099C: hue angle of 297.14º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95099C is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 9 156 -
CMYK 0.04 0.94 0 0.39
HSL 297.14º 0.89% 0.32% -
HSV(B) 297.14º 0.94% 0.61% -
XYZ 18.49 8.99 32.21 -
YUV 67.62 177.88 186.05 -
System Red Green Blue C M Y K H S L
Decimal 149 9 156 0.04 0.94 0 0.39 297.14 0.89 0.32
Hex 95 9 9C 4 5E 0 27 129 59 20
Octal 225 11 234 4 136 0 47 451 131 40
Binary 10010101 1001 10011100 100 1011110 0 100111 100101001 1011001 100000

Color Harmonies of #95099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95099C

Black with #95099C

Text Example


Text Example

White with #95099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95099C; }

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

 H1.HeaderClassName
 {
   color: #95099C;
 }
 .AnyTagClassName
 {
   color: #95099C;
 }
</style>

background-color css

<style>
 a { background-color: #95099C; }

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

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

border-color css

<style>
 span { border-color: #95099C; }

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

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