Html Css Color HEX #951085 Dark Magenta

📋 copy color: '#951085'

red 149 ◦ green 16 ◦ blue 133

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

Shades of Dark Magenta #951085

Tints of Dark Magenta #951085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 50%
G = 5.37%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#951085 (or 0x951085) is known color: Dark Magenta. HEX triplet: 95, 10 and 85. RGB value is (149,16,133). Sum of RGB (Red+Green+Blue) = 149+16+133=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #951085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951085 is #6AEF7A. Grayscale: #444444. Windows color (decimal): -7008123 or 8720533. OLE color: 8720533.

HSL color Cylindrical-coordinate representation of color #951085: hue angle of 307.22º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951085 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 133 -
CMYK 0 0.89 0.11 0.42
HSL 307.22º 0.81% 0.32% -
HSV(B) 307.22º 0.89% 0.58% -
XYZ 16.81 8.45 22.94 -
YUV 69.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 149 16 133 0 0.89 0.11 0.42 307.22 0.81 0.32
Hex 95 10 85 0 59 B 2A 133 51 20
Octal 225 20 205 0 131 13 52 463 121 40
Binary 10010101 10000 10000101 0 1011001 1011 101010 100110011 1010001 100000

Color Harmonies of #951085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951085

Black with #951085

Text Example


Text Example

White with #951085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951085; }

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

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

background-color css

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

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

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

border-color css

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

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

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