Html Css Color HEX #9A0183 Dark Magenta

📋 copy color: '#9A0183'

red 154 ◦ green 1 ◦ blue 131

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

Shades of Dark Magenta #9A0183

Tints of Dark Magenta #9A0183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 53.85%
G = 0.35%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#9A0183 (or 0x9A0183) is known color: Dark Magenta. HEX triplet: 9A, 01 and 83. RGB value is (154,1,131). Sum of RGB (Red+Green+Blue) = 154+1+131=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0183 is #65FE7C. Grayscale: #3D3D3D. Windows color (decimal): -6684285 or 8585626. OLE color: 8585626.

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

Color convert

RGB 154 1 131 -
CMYK 0 0.99 0.15 0.40
HSL 309.02º 0.99% 0.3% -
HSV(B) 309.02º 0.99% 0.6% -
XYZ 17.43 8.53 22.2 -
YUV 61.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 154 1 131 0 0.99 0.15 0.40 309.02 0.99 0.3
Hex 9A 1 83 0 63 F 28 135 63 1E
Octal 232 1 203 0 143 17 50 465 143 36
Binary 10011010 1 10000011 0 1100011 1111 101000 100110101 1100011 11110

Color Harmonies of #9A0183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0183

Black with #9A0183

Text Example


Text Example

White with #9A0183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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