Html Css Color HEX #900682 Dark Magenta

📋 copy color: '#900682'

red 144 ◦ green 6 ◦ blue 130

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

Shades of Dark Magenta #900682

Tints of Dark Magenta #900682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.43%

R = 51.43%
G = 2.14%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#900682 (or 0x900682) is known color: Dark Magenta. HEX triplet: 90, 06 and 82. RGB value is (144,6,130). Sum of RGB (Red+Green+Blue) = 144+6+130=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #900682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900682 is #6FF97D. Grayscale: #3D3D3D. Windows color (decimal): -7338366 or 8521360. OLE color: 8521360.

HSL color Cylindrical-coordinate representation of color #900682: hue angle of 306.09º 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 #900682 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 130 -
CMYK 0 0.96 0.10 0.44
HSL 306.09º 0.92% 0.29% -
HSV(B) 306.09º 0.96% 0.56% -
XYZ 15.6 7.67 21.78 -
YUV 61.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 144 6 130 0 0.96 0.10 0.44 306.09 0.92 0.29
Hex 90 6 82 0 60 A 2C 132 5C 1D
Octal 220 6 202 0 140 12 54 462 134 35
Binary 10010000 110 10000010 0 1100000 1010 101100 100110010 1011100 11101

Color Harmonies of #900682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900682

Black with #900682

Text Example


Text Example

White with #900682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900682; }

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

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

background-color css

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

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

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

border-color css

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

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

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