Html Css Color HEX #8C316E Dark Purple

📋 copy color: '#8C316E'

red 140 ◦ green 49 ◦ blue 110

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

Shades of Dark Purple #8C316E

Tints of Dark Purple #8C316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 46.82%
G = 16.39%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C316E (or 0x8C316E) is known color: Dark Purple. HEX triplet: 8C, 31 and 6E. RGB value is (140,49,110). Sum of RGB (Red+Green+Blue) = 140+49+110=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C316E is #73CE91. Grayscale: #535353. Windows color (decimal): -7589522 or 7221644. OLE color: 7221644.

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

Color convert

RGB 140 49 110 -
CMYK 0 0.65 0.21 0.45
HSL 319.78º 0.48% 0.37% -
HSV(B) 319.78º 0.65% 0.55% -
XYZ 14.73 8.9 15.69 -
YUV 83.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 140 49 110 0 0.65 0.21 0.45 319.78 0.48 0.37
Hex 8C 31 6E 0 41 15 2D 140 30 25
Octal 214 61 156 0 101 25 55 500 60 45
Binary 10001100 110001 1101110 0 1000001 10101 101101 101000000 110000 100101

Color Harmonies of #8C316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C316E

Black with #8C316E

Text Example


Text Example

White with #8C316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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