Html Css Color HEX #9C0982 Dark Magenta

📋 copy color: '#9C0982'

red 156 ◦ green 9 ◦ blue 130

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

Shades of Dark Magenta #9C0982

Tints of Dark Magenta #9C0982

RGB

 RED value IS 156 (61.33% from 255) = 52.88%

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 52.88%
G = 3.05%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C0982 (or 0x9C0982) is known color: Dark Magenta. HEX triplet: 9C, 09 and 82. RGB value is (156,9,130). Sum of RGB (Red+Green+Blue) = 156+9+130=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0982 is #63F67D. Grayscale: #424242. Windows color (decimal): -6551166 or 8522140. OLE color: 8522140.

HSL color Cylindrical-coordinate representation of color #9C0982: hue angle of 310.61º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0982 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 9 130 -
CMYK 0 0.94 0.17 0.39
HSL 310.61º 0.89% 0.32% -
HSV(B) 310.61º 0.94% 0.61% -
XYZ 17.84 8.88 21.89 -
YUV 66.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 156 9 130 0 0.94 0.17 0.39 310.61 0.89 0.32
Hex 9C 9 82 0 5E 11 27 137 59 20
Octal 234 11 202 0 136 21 47 467 131 40
Binary 10011100 1001 10000010 0 1011110 10001 100111 100110111 1011001 100000

Color Harmonies of #9C0982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0982

Black with #9C0982

Text Example


Text Example

White with #9C0982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0982; }

 p { color: rgb(156,9,130); }

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

background-color css

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

 a { background-color: rgb(156,9,130); }

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

border-color css

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

 span { border-color: rgb(156,9,130); }

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