Html Css Color HEX #950885 Dark Magenta

📋 copy color: '#950885'

red 149 ◦ green 8 ◦ blue 133

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

Shades of Dark Magenta #950885

Tints of Dark Magenta #950885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 51.38%
G = 2.76%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#950885 (or 0x950885) is known color: Dark Magenta. HEX triplet: 95, 08 and 85. RGB value is (149,8,133). Sum of RGB (Red+Green+Blue) = 149+8+133=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #950885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950885 is #6AF77A. Grayscale: #404040. Windows color (decimal): -7010171 or 8718485. OLE color: 8718485.

HSL color Cylindrical-coordinate representation of color #950885: hue angle of 306.81º degrees, saturation: 0.9, 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 #950885 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 133 -
CMYK 0 0.95 0.11 0.42
HSL 306.81º 0.9% 0.31% -
HSV(B) 306.81º 0.95% 0.58% -
XYZ 16.71 8.26 22.9 -
YUV 64.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 149 8 133 0 0.95 0.11 0.42 306.81 0.9 0.31
Hex 95 8 85 0 5F B 2A 133 5A 1F
Octal 225 10 205 0 137 13 52 463 132 37
Binary 10010101 1000 10000101 0 1011111 1011 101010 100110011 1011010 11111

Color Harmonies of #950885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950885

Black with #950885

Text Example


Text Example

White with #950885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950885; }

 p { color: rgb(149,8,133); }

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

background-color css

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

 a { background-color: rgb(149,8,133); }

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

border-color css

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

 span { border-color: rgb(149,8,133); }

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