Html Css Color HEX #950794 Dark Magenta

📋 copy color: '#950794'

red 149 ◦ green 7 ◦ blue 148

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

Shades of Dark Magenta #950794

Tints of Dark Magenta #950794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 49.01%
G = 2.3%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#950794 (or 0x950794) is known color: Dark Magenta. HEX triplet: 95, 07 and 94. RGB value is (149,7,148). Sum of RGB (Red+Green+Blue) = 149+7+148=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #950794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950794 is #6AF86B. Grayscale: #414141. Windows color (decimal): -7010412 or 9701269. OLE color: 9701269.

HSL color Cylindrical-coordinate representation of color #950794: hue angle of 300.42º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950794 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 7 148 -
CMYK 0 0.95 0.01 0.42
HSL 300.42º 0.91% 0.31% -
HSV(B) 300.42º 0.95% 0.58% -
XYZ 17.82 8.68 28.75 -
YUV 65.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 149 7 148 0 0.95 0.01 0.42 300.42 0.91 0.31
Hex 95 7 94 0 5F 1 2A 12C 5B 1F
Octal 225 7 224 0 137 1 52 454 133 37
Binary 10010101 111 10010100 0 1011111 1 101010 100101100 1011011 11111

Color Harmonies of #950794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950794

Black with #950794

Text Example


Text Example

White with #950794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950794; }

 p { color: rgb(149,7,148); }

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

background-color css

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

 a { background-color: rgb(149,7,148); }

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

border-color css

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

 span { border-color: rgb(149,7,148); }

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