Html Css Color HEX #900685 Dark Magenta

📋 copy color: '#900685'

red 144 ◦ green 6 ◦ blue 133

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

Shades of Dark Magenta #900685

Tints of Dark Magenta #900685

RGB

 RED value IS 144 (56.64% from 255) = 50.88%

 GREEN value IS 6 (2.73% from 255) = 2.12%

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

R = 50.88%
G = 2.12%
B = 47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#900685 (or 0x900685) is known color: Dark Magenta. HEX triplet: 90, 06 and 85. RGB value is (144,6,133). Sum of RGB (Red+Green+Blue) = 144+6+133=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #900685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900685 is #6FF97A. Grayscale: #3D3D3D. Windows color (decimal): -7338363 or 8717968. OLE color: 8717968.

HSL color Cylindrical-coordinate representation of color #900685: hue angle of 304.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900685 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 133 -
CMYK 0 0.96 0.08 0.44
HSL 304.78º 0.92% 0.29% -
HSV(B) 304.78º 0.96% 0.56% -
XYZ 15.8 7.75 22.85 -
YUV 61.74 168.22 186.67 -
System Red Green Blue C M Y K H S L
Decimal 144 6 133 0 0.96 0.08 0.44 304.78 0.92 0.29
Hex 90 6 85 0 60 8 2C 131 5C 1D
Octal 220 6 205 0 140 10 54 461 134 35
Binary 10010000 110 10000101 0 1100000 1000 101100 100110001 1011100 11101

Color Harmonies of #900685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900685

Black with #900685

Text Example


Text Example

White with #900685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900685; }

 p { color: rgb(144,6,133); }

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

background-color css

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

 a { background-color: rgb(144,6,133); }

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

border-color css

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

 span { border-color: rgb(144,6,133); }

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