Html Css Color HEX #950A92 Dark Magenta

📋 copy color: '#950A92'

red 149 ◦ green 10 ◦ blue 146

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

Shades of Dark Magenta #950A92

Tints of Dark Magenta #950A92

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

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

R = 48.85%
G = 3.28%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#950A92 (or 0x950A92) is known color: Dark Magenta. HEX triplet: 95, 0A and 92. RGB value is (149,10,146). Sum of RGB (Red+Green+Blue) = 149+10+146=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #950A92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950A92 is #6AF56D. Grayscale: #424242. Windows color (decimal): -7009646 or 9570965. OLE color: 9570965.

HSL color Cylindrical-coordinate representation of color #950A92: hue angle of 301.29º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A92 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 146 -
CMYK 0 0.93 0.02 0.42
HSL 301.3º 0.87% 0.31% -
HSV(B) 301.3º 0.93% 0.58% -
XYZ 17.69 8.68 27.94 -
YUV 67.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 149 10 146 0 0.93 0.02 0.42 301.3 0.87 0.31
Hex 95 A 92 0 5D 2 2A 12D 57 1F
Octal 225 12 222 0 135 2 52 455 127 37
Binary 10010101 1010 10010010 0 1011101 10 101010 100101101 1010111 11111

Color Harmonies of #950A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A92

Black with #950A92

Text Example


Text Example

White with #950A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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