Html Css Color HEX #9C277B Dark Purple

📋 copy color: '#9C277B'

red 156 ◦ green 39 ◦ blue 123

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

Shades of Dark Purple #9C277B

Tints of Dark Purple #9C277B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 49.06%
G = 12.26%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C277B (or 0x9C277B) is known color: Dark Purple. HEX triplet: 9C, 27 and 7B. RGB value is (156,39,123). Sum of RGB (Red+Green+Blue) = 156+39+123=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C277B is #63D884. Grayscale: #535353. Windows color (decimal): -6543493 or 8071068. OLE color: 8071068.

HSL color Cylindrical-coordinate representation of color #9C277B: hue angle of 316.92º 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 #9C277B is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 39 123 -
CMYK 0 0.75 0.21 0.39
HSL 316.92º 0.6% 0.38% -
HSV(B) 316.92º 0.75% 0.61% -
XYZ 18.01 9.95 19.71 -
YUV 83.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 156 39 123 0 0.75 0.21 0.39 316.92 0.6 0.38
Hex 9C 27 7B 0 4B 15 27 13D 3C 26
Octal 234 47 173 0 113 25 47 475 74 46
Binary 10011100 100111 1111011 0 1001011 10101 100111 100111101 111100 100110

Color Harmonies of #9C277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C277B

Black with #9C277B

Text Example


Text Example

White with #9C277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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