Html Css Color HEX #8C136C Dark Purple

📋 copy color: '#8C136C'

red 140 ◦ green 19 ◦ blue 108

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

Shades of Dark Purple #8C136C

Tints of Dark Purple #8C136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

 BLUE value IS 108 (42.58% from 255) = 40.45%

R = 52.43%
G = 7.12%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C136C (or 0x8C136C) is known color: Dark Purple. HEX triplet: 8C, 13 and 6C. RGB value is (140,19,108). Sum of RGB (Red+Green+Blue) = 140+19+108=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C136C is #73EC93. Grayscale: #414141. Windows color (decimal): -7597204 or 7082892. OLE color: 7082892.

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

Color convert

RGB 140 19 108 -
CMYK 0 0.86 0.23 0.45
HSL 315.87º 0.76% 0.31% -
HSV(B) 315.87º 0.86% 0.55% -
XYZ 13.75 7.12 14.84 -
YUV 65.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 140 19 108 0 0.86 0.23 0.45 315.87 0.76 0.31
Hex 8C 13 6C 0 56 17 2D 13C 4C 1F
Octal 214 23 154 0 126 27 55 474 114 37
Binary 10001100 10011 1101100 0 1010110 10111 101101 100111100 1001100 11111

Color Harmonies of #8C136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C136C

Black with #8C136C

Text Example


Text Example

White with #8C136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,19,108); }

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

background-color css

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

 a { background-color: rgb(140,19,108); }

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

border-color css

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

 span { border-color: rgb(140,19,108); }

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