Html Css Color HEX #9A107C Dark Purple

📋 copy color: '#9A107C'

red 154 ◦ green 16 ◦ blue 124

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

Shades of Dark Purple #9A107C

Tints of Dark Purple #9A107C

RGB

 RED value IS 154 (60.55% from 255) = 52.38%

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

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 52.38%
G = 5.44%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A107C (or 0x9A107C) is known color: Dark Purple. HEX triplet: 9A, 10 and 7C. RGB value is (154,16,124). Sum of RGB (Red+Green+Blue) = 154+16+124=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A107C is #65EF83. Grayscale: #454545. Windows color (decimal): -6680452 or 8130714. OLE color: 8130714.

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

Color convert

RGB 154 16 124 -
CMYK 0 0.90 0.19 0.40
HSL 313.04º 0.81% 0.33% -
HSV(B) 313.04º 0.9% 0.6% -
XYZ 17.15 8.7 19.84 -
YUV 69.57 158.72 188.22 -
System Red Green Blue C M Y K H S L
Decimal 154 16 124 0 0.90 0.19 0.40 313.04 0.81 0.33
Hex 9A 10 7C 0 5A 13 28 139 51 21
Octal 232 20 174 0 132 23 50 471 121 41
Binary 10011010 10000 1111100 0 1011010 10011 101000 100111001 1010001 100001

Color Harmonies of #9A107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A107C

Black with #9A107C

Text Example


Text Example

White with #9A107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,16,124); }

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

background-color css

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

 a { background-color: rgb(154,16,124); }

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

border-color css

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

 span { border-color: rgb(154,16,124); }

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