Html Css Color HEX #9A0C83 Dark Magenta

📋 copy color: '#9A0C83'

red 154 ◦ green 12 ◦ blue 131

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

Shades of Dark Magenta #9A0C83

Tints of Dark Magenta #9A0C83

RGB

 RED value IS 154 (60.55% from 255) = 51.85%

 GREEN value IS 12 (5.08% from 255) = 4.04%

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

R = 51.85%
G = 4.04%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#9A0C83 (or 0x9A0C83) is known color: Dark Magenta. HEX triplet: 9A, 0C and 83. RGB value is (154,12,131). Sum of RGB (Red+Green+Blue) = 154+12+131=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0C83 is #65F37C. Grayscale: #434343. Windows color (decimal): -6681469 or 8588442. OLE color: 8588442.

HSL color Cylindrical-coordinate representation of color #9A0C83: hue angle of 309.72º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C83 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 12 131 -
CMYK 0 0.92 0.15 0.40
HSL 309.72º 0.86% 0.33% -
HSV(B) 309.72º 0.92% 0.6% -
XYZ 17.55 8.77 22.24 -
YUV 68.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 154 12 131 0 0.92 0.15 0.40 309.72 0.86 0.33
Hex 9A C 83 0 5C F 28 136 56 21
Octal 232 14 203 0 134 17 50 466 126 41
Binary 10011010 1100 10000011 0 1011100 1111 101000 100110110 1010110 100001

Color Harmonies of #9A0C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0C83

Black with #9A0C83

Text Example


Text Example

White with #9A0C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,12,131); }

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

background-color css

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

 a { background-color: rgb(154,12,131); }

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

border-color css

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

 span { border-color: rgb(154,12,131); }

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