Html Css Color HEX #9C0883 Dark Magenta

📋 copy color: '#9C0883'

red 156 ◦ green 8 ◦ blue 131

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

Shades of Dark Magenta #9C0883

Tints of Dark Magenta #9C0883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.41%

R = 52.88%
G = 2.71%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C0883 (or 0x9C0883) is known color: Dark Magenta. HEX triplet: 9C, 08 and 83. RGB value is (156,8,131). Sum of RGB (Red+Green+Blue) = 156+8+131=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0883 is #63F77C. Grayscale: #414141. Windows color (decimal): -6551421 or 8587420. OLE color: 8587420.

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

Color convert

RGB 156 8 131 -
CMYK 0 0.95 0.16 0.39
HSL 310.14º 0.9% 0.32% -
HSV(B) 310.14º 0.95% 0.61% -
XYZ 17.89 8.88 22.24 -
YUV 66.27 164.53 192 -
System Red Green Blue C M Y K H S L
Decimal 156 8 131 0 0.95 0.16 0.39 310.14 0.9 0.32
Hex 9C 8 83 0 5F 10 27 136 5A 20
Octal 234 10 203 0 137 20 47 466 132 40
Binary 10011100 1000 10000011 0 1011111 10000 100111 100110110 1011010 100000

Color Harmonies of #9C0883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0883

Black with #9C0883

Text Example


Text Example

White with #9C0883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,8,131); }

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

background-color css

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

 a { background-color: rgb(156,8,131); }

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

border-color css

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

 span { border-color: rgb(156,8,131); }

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