Html Css Color HEX #8C117E Dark Purple

📋 copy color: '#8C117E'

red 140 ◦ green 17 ◦ blue 126

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

Shades of Dark Purple #8C117E

Tints of Dark Purple #8C117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.52%

R = 49.47%
G = 6.01%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C117E (or 0x8C117E) is known color: Dark Purple. HEX triplet: 8C, 11 and 7E. RGB value is (140,17,126). Sum of RGB (Red+Green+Blue) = 140+17+126=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C117E is #73EE81. Grayscale: #414141. Windows color (decimal): -7597698 or 8262028. OLE color: 8262028.

HSL color Cylindrical-coordinate representation of color #8C117E: hue angle of 306.83º 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 #8C117E is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 17 126 -
CMYK 0 0.88 0.10 0.45
HSL 306.83º 0.78% 0.31% -
HSV(B) 306.83º 0.88% 0.55% -
XYZ 14.78 7.48 20.4 -
YUV 66.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 140 17 126 0 0.88 0.10 0.45 306.83 0.78 0.31
Hex 8C 11 7E 0 58 A 2D 133 4E 1F
Octal 214 21 176 0 130 12 55 463 116 37
Binary 10001100 10001 1111110 0 1011000 1010 101101 100110011 1001110 11111

Color Harmonies of #8C117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C117E

Black with #8C117E

Text Example


Text Example

White with #8C117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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