Html Css Color HEX #8C117A Dark Purple

📋 copy color: '#8C117A'

red 140 ◦ green 17 ◦ blue 122

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

Shades of Dark Purple #8C117A

Tints of Dark Purple #8C117A

RGB

 RED value IS 140 (55.08% from 255) = 50.18%

 GREEN value IS 17 (7.03% from 255) = 6.09%

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

R = 50.18%
G = 6.09%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C117A (or 0x8C117A) is known color: Dark Purple. HEX triplet: 8C, 11 and 7A. RGB value is (140,17,122). Sum of RGB (Red+Green+Blue) = 140+17+122=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C117A is #73EE85. Grayscale: #414141. Windows color (decimal): -7597702 or 7999884. OLE color: 7999884.

HSL color Cylindrical-coordinate representation of color #8C117A: hue angle of 308.78º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C117A is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 17 122 -
CMYK 0 0.88 0.13 0.45
HSL 308.78º 0.78% 0.31% -
HSV(B) 308.78º 0.88% 0.55% -
XYZ 14.53 7.38 19.07 -
YUV 65.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 140 17 122 0 0.88 0.13 0.45 308.78 0.78 0.31
Hex 8C 11 7A 0 58 D 2D 135 4E 1F
Octal 214 21 172 0 130 15 55 465 116 37
Binary 10001100 10001 1111010 0 1011000 1101 101101 100110101 1001110 11111

Color Harmonies of #8C117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C117A

Black with #8C117A

Text Example


Text Example

White with #8C117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C117A; }

 p { color: rgb(140,17,122); }

 H1.HeaderClassName
 {
   color: #8C117A;
 }
 .AnyTagClassName
 {
   color: #8C117A;
 }
</style>

background-color css

<style>
 a { background-color: #8C117A; }

 a { background-color: rgb(140,17,122); }

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

border-color css

<style>
 span { border-color: #8C117A; }

 span { border-color: rgb(140,17,122); }

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