Html Css Color HEX #9C0C98 Dark Magenta

📋 copy color: '#9C0C98'

red 156 ◦ green 12 ◦ blue 152

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

Shades of Dark Magenta #9C0C98

Tints of Dark Magenta #9C0C98

RGB

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

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

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

R = 48.75%
G = 3.75%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C0C98 (or 0x9C0C98) is known color: Dark Magenta. HEX triplet: 9C, 0C and 98. RGB value is (156,12,152). Sum of RGB (Red+Green+Blue) = 156+12+152=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0C98 is #63F367. Grayscale: #464646. Windows color (decimal): -6550376 or 9964700. OLE color: 9964700.

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

Color convert

RGB 156 12 152 -
CMYK 0 0.92 0.03 0.39
HSL 301.67º 0.86% 0.33% -
HSV(B) 301.67º 0.92% 0.61% -
XYZ 19.51 9.6 30.53 -
YUV 71.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 156 12 152 0 0.92 0.03 0.39 301.67 0.86 0.33
Hex 9C C 98 0 5C 3 27 12E 56 21
Octal 234 14 230 0 134 3 47 456 126 41
Binary 10011100 1100 10011000 0 1011100 11 100111 100101110 1010110 100001

Color Harmonies of #9C0C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0C98

Black with #9C0C98

Text Example


Text Example

White with #9C0C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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