Html Css Color HEX #9C1A7F Dark Purple

📋 copy color: '#9C1A7F'

red 156 ◦ green 26 ◦ blue 127

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

Shades of Dark Purple #9C1A7F

Tints of Dark Purple #9C1A7F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 127 (50% from 255) = 41.1%

R = 50.49%
G = 8.41%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C1A7F (or 0x9C1A7F) is known color: Dark Purple. HEX triplet: 9C, 1A and 7F. RGB value is (156,26,127). Sum of RGB (Red+Green+Blue) = 156+26+127=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1A7F is #63E580. Grayscale: #4C4C4C. Windows color (decimal): -6546817 or 8329884. OLE color: 8329884.

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

Color convert

RGB 156 26 127 -
CMYK 0 0.83 0.19 0.39
HSL 313.38º 0.71% 0.36% -
HSV(B) 313.38º 0.83% 0.61% -
XYZ 17.91 9.34 20.94 -
YUV 76.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 156 26 127 0 0.83 0.19 0.39 313.38 0.71 0.36
Hex 9C 1A 7F 0 53 13 27 139 47 24
Octal 234 32 177 0 123 23 47 471 107 44
Binary 10011100 11010 1111111 0 1010011 10011 100111 100111001 1000111 100100

Color Harmonies of #9C1A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1A7F

Black with #9C1A7F

Text Example


Text Example

White with #9C1A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,26,127); }

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

background-color css

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

 a { background-color: rgb(156,26,127); }

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

border-color css

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

 span { border-color: rgb(156,26,127); }

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