Html Css Color HEX #9C1B98 Dark Magenta

📋 copy color: '#9C1B98'

red 156 ◦ green 27 ◦ blue 152

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

Shades of Dark Magenta #9C1B98

Tints of Dark Magenta #9C1B98

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.06%

 BLUE value IS 152 (59.77% from 255) = 45.37%

R = 46.57%
G = 8.06%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C1B98 (or 0x9C1B98) is known color: Dark Magenta. HEX triplet: 9C, 1B and 98. RGB value is (156,27,152). Sum of RGB (Red+Green+Blue) = 156+27+152=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1B98 is #63E467. Grayscale: #4F4F4F. Windows color (decimal): -6546536 or 9968540. OLE color: 9968540.

HSL color Cylindrical-coordinate representation of color #9C1B98: hue angle of 301.86º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1B98 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 27 152 -
CMYK 0 0.83 0.03 0.39
HSL 301.86º 0.7% 0.36% -
HSV(B) 301.86º 0.83% 0.61% -
XYZ 19.77 10.12 30.62 -
YUV 79.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 156 27 152 0 0.83 0.03 0.39 301.86 0.7 0.36
Hex 9C 1B 98 0 53 3 27 12E 46 24
Octal 234 33 230 0 123 3 47 456 106 44
Binary 10011100 11011 10011000 0 1010011 11 100111 100101110 1000110 100100

Color Harmonies of #9C1B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1B98

Black with #9C1B98

Text Example


Text Example

White with #9C1B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,27,152); }

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

background-color css

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

 a { background-color: rgb(156,27,152); }

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

border-color css

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

 span { border-color: rgb(156,27,152); }

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