Html Css Color HEX #9C107F Dark Purple

📋 copy color: '#9C107F'

red 156 ◦ green 16 ◦ blue 127

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

Shades of Dark Purple #9C107F

Tints of Dark Purple #9C107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

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

R = 52.17%
G = 5.35%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C107F (or 0x9C107F) is known color: Dark Purple. HEX triplet: 9C, 10 and 7F. RGB value is (156,16,127). Sum of RGB (Red+Green+Blue) = 156+16+127=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C107F is #63EF80. Grayscale: #464646. Windows color (decimal): -6549377 or 8327324. OLE color: 8327324.

HSL color Cylindrical-coordinate representation of color #9C107F: hue angle of 312.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C107F is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 16 127 -
CMYK 0 0.90 0.19 0.39
HSL 312.43º 0.81% 0.34% -
HSV(B) 312.43º 0.9% 0.61% -
XYZ 17.73 8.97 20.88 -
YUV 70.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 156 16 127 0 0.90 0.19 0.39 312.43 0.81 0.34
Hex 9C 10 7F 0 5A 13 27 138 51 22
Octal 234 20 177 0 132 23 47 470 121 42
Binary 10011100 10000 1111111 0 1011010 10011 100111 100111000 1010001 100010

Color Harmonies of #9C107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C107F

Black with #9C107F

Text Example


Text Example

White with #9C107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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