Html Css Color HEX #950194 Dark Magenta

📋 copy color: '#950194'

red 149 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #950194

Tints of Dark Magenta #950194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 50%
G = 0.34%
B = 49.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#950194 (or 0x950194) is known color: Dark Magenta. HEX triplet: 95, 01 and 94. RGB value is (149,1,148). Sum of RGB (Red+Green+Blue) = 149+1+148=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #950194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950194 is #6AFE6B. Grayscale: #3D3D3D. Windows color (decimal): -7011948 or 9699733. OLE color: 9699733.

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

Color convert

RGB 149 1 148 -
CMYK 0 0.99 0.01 0.42
HSL 300.41º 0.99% 0.29% -
HSV(B) 300.41º 0.99% 0.58% -
XYZ 17.75 8.55 28.73 -
YUV 62.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 149 1 148 0 0.99 0.01 0.42 300.41 0.99 0.29
Hex 95 1 94 0 63 1 2A 12C 63 1D
Octal 225 1 224 0 143 1 52 454 143 35
Binary 10010101 1 10010100 0 1100011 1 101010 100101100 1100011 11101

Color Harmonies of #950194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950194

Black with #950194

Text Example


Text Example

White with #950194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950194; }

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

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

background-color css

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

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

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

border-color css

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

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

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