Html Css Color HEX #8C167E Dark Purple

📋 copy color: '#8C167E'

red 140 ◦ green 22 ◦ blue 126

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

Shades of Dark Purple #8C167E

Tints of Dark Purple #8C167E

RGB

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

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

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

R = 48.61%
G = 7.64%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C167E (or 0x8C167E) is known color: Dark Purple. HEX triplet: 8C, 16 and 7E. RGB value is (140,22,126). Sum of RGB (Red+Green+Blue) = 140+22+126=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C167E is #73E981. Grayscale: #444444. Windows color (decimal): -7596418 or 8263308. OLE color: 8263308.

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

Color convert

RGB 140 22 126 -
CMYK 0 0.84 0.10 0.45
HSL 307.12º 0.73% 0.32% -
HSV(B) 307.12º 0.84% 0.55% -
XYZ 14.87 7.66 20.43 -
YUV 69.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 140 22 126 0 0.84 0.10 0.45 307.12 0.73 0.32
Hex 8C 16 7E 0 54 A 2D 133 49 20
Octal 214 26 176 0 124 12 55 463 111 40
Binary 10001100 10110 1111110 0 1010100 1010 101101 100110011 1001001 100000

Color Harmonies of #8C167E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C167E

Black with #8C167E

Text Example


Text Example

White with #8C167E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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