Html Css Color HEX #950183 Dark Magenta

📋 copy color: '#950183'

red 149 ◦ green 1 ◦ blue 131

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

Shades of Dark Magenta #950183

Tints of Dark Magenta #950183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.62%

R = 53.02%
G = 0.36%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#950183 (or 0x950183) is known color: Dark Magenta. HEX triplet: 95, 01 and 83. RGB value is (149,1,131). Sum of RGB (Red+Green+Blue) = 149+1+131=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #950183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950183 is #6AFE7C. Grayscale: #3B3B3B. Windows color (decimal): -7011965 or 8585621. OLE color: 8585621.

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

Color convert

RGB 149 1 131 -
CMYK 0 0.99 0.12 0.42
HSL 307.3º 0.99% 0.29% -
HSV(B) 307.3º 0.99% 0.58% -
XYZ 16.5 8.05 22.16 -
YUV 60.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 149 1 131 0 0.99 0.12 0.42 307.3 0.99 0.29
Hex 95 1 83 0 63 C 2A 133 63 1D
Octal 225 1 203 0 143 14 52 463 143 35
Binary 10010101 1 10000011 0 1100011 1100 101010 100110011 1100011 11101

Color Harmonies of #950183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950183

Black with #950183

Text Example


Text Example

White with #950183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950183; }

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

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

background-color css

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

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

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

border-color css

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

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

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