Html Css Color HEX #9C117B Dark Purple

📋 copy color: '#9C117B'

red 156 ◦ green 17 ◦ blue 123

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

Shades of Dark Purple #9C117B

Tints of Dark Purple #9C117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

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

R = 52.7%
G = 5.74%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C117B (or 0x9C117B) is known color: Dark Purple. HEX triplet: 9C, 11 and 7B. RGB value is (156,17,123). Sum of RGB (Red+Green+Blue) = 156+17+123=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C117B is #63EE84. Grayscale: #464646. Windows color (decimal): -6549125 or 8065436. OLE color: 8065436.

HSL color Cylindrical-coordinate representation of color #9C117B: hue angle of 314.24º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C117B is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 17 123 -
CMYK 0 0.89 0.21 0.39
HSL 314.24º 0.8% 0.34% -
HSV(B) 314.24º 0.89% 0.61% -
XYZ 17.49 8.9 19.53 -
YUV 70.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 156 17 123 0 0.89 0.21 0.39 314.24 0.8 0.34
Hex 9C 11 7B 0 59 15 27 13A 50 22
Octal 234 21 173 0 131 25 47 472 120 42
Binary 10011100 10001 1111011 0 1011001 10101 100111 100111010 1010000 100010

Color Harmonies of #9C117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C117B

Black with #9C117B

Text Example


Text Example

White with #9C117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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