Html Css Color HEX #9C277E Dark Purple

📋 copy color: '#9C277E'

red 156 ◦ green 39 ◦ blue 126

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

Shades of Dark Purple #9C277E

Tints of Dark Purple #9C277E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 48.6%
G = 12.15%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C277E (or 0x9C277E) is known color: Dark Purple. HEX triplet: 9C, 27 and 7E. RGB value is (156,39,126). Sum of RGB (Red+Green+Blue) = 156+39+126=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C277E is #63D881. Grayscale: #535353. Windows color (decimal): -6543490 or 8267676. OLE color: 8267676.

HSL color Cylindrical-coordinate representation of color #9C277E: hue angle of 315.38º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C277E is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 39 126 -
CMYK 0 0.75 0.19 0.39
HSL 315.38º 0.6% 0.38% -
HSV(B) 315.38º 0.75% 0.61% -
XYZ 18.2 10.03 20.71 -
YUV 83.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 156 39 126 0 0.75 0.19 0.39 315.38 0.6 0.38
Hex 9C 27 7E 0 4B 13 27 13B 3C 26
Octal 234 47 176 0 113 23 47 473 74 46
Binary 10011100 100111 1111110 0 1001011 10011 100111 100111011 111100 100110

Color Harmonies of #9C277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C277E

Black with #9C277E

Text Example


Text Example

White with #9C277E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,39,126); }

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

background-color css

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

 a { background-color: rgb(156,39,126); }

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

border-color css

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

 span { border-color: rgb(156,39,126); }

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