Html Css Color HEX #9C127A Dark Purple

📋 copy color: '#9C127A'

red 156 ◦ green 18 ◦ blue 122

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

Shades of Dark Purple #9C127A

Tints of Dark Purple #9C127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

 BLUE value IS 122 (48.05% from 255) = 41.22%

R = 52.7%
G = 6.08%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C127A (or 0x9C127A) is known color: Dark Purple. HEX triplet: 9C, 12 and 7A. RGB value is (156,18,122). Sum of RGB (Red+Green+Blue) = 156+18+122=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C127A is #63ED85. Grayscale: #464646. Windows color (decimal): -6548870 or 8000156. OLE color: 8000156.

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

Color convert

RGB 156 18 122 -
CMYK 0 0.88 0.22 0.39
HSL 314.78º 0.79% 0.34% -
HSV(B) 314.78º 0.88% 0.61% -
XYZ 17.44 8.91 19.21 -
YUV 71.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 156 18 122 0 0.88 0.22 0.39 314.78 0.79 0.34
Hex 9C 12 7A 0 58 16 27 13B 4F 22
Octal 234 22 172 0 130 26 47 473 117 42
Binary 10011100 10010 1111010 0 1011000 10110 100111 100111011 1001111 100010

Color Harmonies of #9C127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C127A

Black with #9C127A

Text Example


Text Example

White with #9C127A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,18,122); }

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

background-color css

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

 a { background-color: rgb(156,18,122); }

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

border-color css

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

 span { border-color: rgb(156,18,122); }

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