Html Css Color HEX #8C167C Dark Purple

📋 copy color: '#8C167C'

red 140 ◦ green 22 ◦ blue 124

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

Shades of Dark Purple #8C167C

Tints of Dark Purple #8C167C

RGB

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

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

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

R = 48.95%
G = 7.69%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C167C (or 0x8C167C) is known color: Dark Purple. HEX triplet: 8C, 16 and 7C. RGB value is (140,22,124). Sum of RGB (Red+Green+Blue) = 140+22+124=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C167C is #73E983. Grayscale: #444444. Windows color (decimal): -7596420 or 8132236. OLE color: 8132236.

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

Color convert

RGB 140 22 124 -
CMYK 0 0.84 0.11 0.45
HSL 308.14º 0.73% 0.32% -
HSV(B) 308.14º 0.84% 0.55% -
XYZ 14.74 7.6 19.76 -
YUV 68.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 140 22 124 0 0.84 0.11 0.45 308.14 0.73 0.32
Hex 8C 16 7C 0 54 B 2D 134 49 20
Octal 214 26 174 0 124 13 55 464 111 40
Binary 10001100 10110 1111100 0 1010100 1011 101101 100110100 1001001 100000

Color Harmonies of #8C167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C167C

Black with #8C167C

Text Example


Text Example

White with #8C167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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