Html Css Color HEX #8C316C Dark Purple

📋 copy color: '#8C316C'

red 140 ◦ green 49 ◦ blue 108

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

Shades of Dark Purple #8C316C

Tints of Dark Purple #8C316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

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

R = 47.14%
G = 16.5%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C316C (or 0x8C316C) is known color: Dark Purple. HEX triplet: 8C, 31 and 6C. RGB value is (140,49,108). Sum of RGB (Red+Green+Blue) = 140+49+108=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C316C is #73CE93. Grayscale: #525252. Windows color (decimal): -7589524 or 7090572. OLE color: 7090572.

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

Color convert

RGB 140 49 108 -
CMYK 0 0.65 0.23 0.45
HSL 321.1º 0.48% 0.37% -
HSV(B) 321.1º 0.65% 0.55% -
XYZ 14.62 8.85 15.13 -
YUV 82.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 140 49 108 0 0.65 0.23 0.45 321.1 0.48 0.37
Hex 8C 31 6C 0 41 17 2D 141 30 25
Octal 214 61 154 0 101 27 55 501 60 45
Binary 10001100 110001 1101100 0 1000001 10111 101101 101000001 110000 100101

Color Harmonies of #8C316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C316C

Black with #8C316C

Text Example


Text Example

White with #8C316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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