Html Css Color HEX #9C0F9A Dark Magenta

📋 copy color: '#9C0F9A'

red 156 ◦ green 15 ◦ blue 154

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

Shades of Dark Magenta #9C0F9A

Tints of Dark Magenta #9C0F9A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.62%

 BLUE value IS 154 (60.55% from 255) = 47.38%

R = 48%
G = 4.62%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C0F9A (or 0x9C0F9A) is known color: Dark Magenta. HEX triplet: 9C, 0F and 9A. RGB value is (156,15,154). Sum of RGB (Red+Green+Blue) = 156+15+154=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0F9A is #63F065. Grayscale: #484848. Windows color (decimal): -6549606 or 10096540. OLE color: 10096540.

HSL color Cylindrical-coordinate representation of color #9C0F9A: hue angle of 300.85º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F9A is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 15 154 -
CMYK 0 0.90 0.01 0.39
HSL 300.85º 0.82% 0.34% -
HSV(B) 300.85º 0.9% 0.61% -
XYZ 19.71 9.74 31.41 -
YUV 73.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 156 15 154 0 0.90 0.01 0.39 300.85 0.82 0.34
Hex 9C F 9A 0 5A 1 27 12D 52 22
Octal 234 17 232 0 132 1 47 455 122 42
Binary 10011100 1111 10011010 0 1011010 1 100111 100101101 1010010 100010

Color Harmonies of #9C0F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0F9A

Black with #9C0F9A

Text Example


Text Example

White with #9C0F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,15,154); }

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

background-color css

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

 a { background-color: rgb(156,15,154); }

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

border-color css

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

 span { border-color: rgb(156,15,154); }

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