Html Css Color HEX #8C166B Dark Purple

📋 copy color: '#8C166B'

red 140 ◦ green 22 ◦ blue 107

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

Shades of Dark Purple #8C166B

Tints of Dark Purple #8C166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 52.04%
G = 8.18%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C166B (or 0x8C166B) is known color: Dark Purple. HEX triplet: 8C, 16 and 6B. RGB value is (140,22,107). Sum of RGB (Red+Green+Blue) = 140+22+107=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C166B is #73E994. Grayscale: #424242. Windows color (decimal): -7596437 or 7018124. OLE color: 7018124.

HSL color Cylindrical-coordinate representation of color #8C166B: hue angle of 316.78º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C166B is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 22 107 -
CMYK 0 0.84 0.24 0.45
HSL 316.78º 0.73% 0.32% -
HSV(B) 316.78º 0.84% 0.55% -
XYZ 13.76 7.21 14.58 -
YUV 66.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 140 22 107 0 0.84 0.24 0.45 316.78 0.73 0.32
Hex 8C 16 6B 0 54 18 2D 13D 49 20
Octal 214 26 153 0 124 30 55 475 111 40
Binary 10001100 10110 1101011 0 1010100 11000 101101 100111101 1001001 100000

Color Harmonies of #8C166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C166B

Black with #8C166B

Text Example


Text Example

White with #8C166B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,22,107); }

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

background-color css

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

 a { background-color: rgb(140,22,107); }

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

border-color css

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

 span { border-color: rgb(140,22,107); }

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