Html Css Color HEX #950092 Dark Magenta

📋 copy color: '#950092'

red 149 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #950092

Tints of Dark Magenta #950092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 50.51%
G = 0%
B = 49.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#950092 (or 0x950092) is known color: Dark Magenta. HEX triplet: 95, 00 and 92. RGB value is (149,0,146). Sum of RGB (Red+Green+Blue) = 149+0+146=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #950092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950092 is #6AFF6D. Grayscale: #3C3C3C. Windows color (decimal): -7012206 or 9568405. OLE color: 9568405.

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

Color convert

RGB 149 0 146 -
CMYK 0 1 0.02 0.42
HSL 301.21º 1% 0.29% -
HSV(B) 301.21º 1% 0.58% -
XYZ 17.58 8.46 27.9 -
YUV 61.2 175.86 190.63 -
System Red Green Blue C M Y K H S L
Decimal 149 0 146 0 1 0.02 0.42 301.21 1 0.29
Hex 95 0 92 0 64 2 2A 12D 64 1D
Octal 225 0 222 0 144 2 52 455 144 35
Binary 10010101 0 10010010 0 1100100 10 101010 100101101 1100100 11101

Color Harmonies of #950092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950092

Black with #950092

Text Example


Text Example

White with #950092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950092; }

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

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

background-color css

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

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

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

border-color css

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

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

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