Html Css Color HEX #9A107D Dark Purple

📋 copy color: '#9A107D'

red 154 ◦ green 16 ◦ blue 125

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

Shades of Dark Purple #9A107D

Tints of Dark Purple #9A107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 52.2%
G = 5.42%
B = 42.37%

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

#9A107D (or 0x9A107D) is known color: Dark Purple. HEX triplet: 9A, 10 and 7D. RGB value is (154,16,125). Sum of RGB (Red+Green+Blue) = 154+16+125=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A107D is #65EF82. Grayscale: #454545. Windows color (decimal): -6680451 or 8196250. OLE color: 8196250.

HSL color Cylindrical-coordinate representation of color #9A107D: hue angle of 312.61º 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 #9A107D is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 16 125 -
CMYK 0 0.90 0.19 0.40
HSL 312.61º 0.81% 0.33% -
HSV(B) 312.61º 0.9% 0.6% -
XYZ 17.21 8.72 20.18 -
YUV 69.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 154 16 125 0 0.90 0.19 0.40 312.61 0.81 0.33
Hex 9A 10 7D 0 5A 13 28 139 51 21
Octal 232 20 175 0 132 23 50 471 121 41
Binary 10011010 10000 1111101 0 1011010 10011 101000 100111001 1010001 100001

Color Harmonies of #9A107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A107D

Black with #9A107D

Text Example


Text Example

White with #9A107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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