Html Css Color HEX #8C196D Dark Purple

📋 copy color: '#8C196D'

red 140 ◦ green 25 ◦ blue 109

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

Shades of Dark Purple #8C196D

Tints of Dark Purple #8C196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 109 (42.97% from 255) = 39.78%

R = 51.09%
G = 9.12%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C196D (or 0x8C196D) is known color: Dark Purple. HEX triplet: 8C, 19 and 6D. RGB value is (140,25,109). Sum of RGB (Red+Green+Blue) = 140+25+109=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C196D is #73E692. Grayscale: #444444. Windows color (decimal): -7595667 or 7149964. OLE color: 7149964.

HSL color Cylindrical-coordinate representation of color #8C196D: hue angle of 316.17º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C196D is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 25 109 -
CMYK 0 0.82 0.22 0.45
HSL 316.17º 0.7% 0.32% -
HSV(B) 316.17º 0.82% 0.55% -
XYZ 13.92 7.37 15.16 -
YUV 68.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 140 25 109 0 0.82 0.22 0.45 316.17 0.7 0.32
Hex 8C 19 6D 0 52 16 2D 13C 46 20
Octal 214 31 155 0 122 26 55 474 106 40
Binary 10001100 11001 1101101 0 1010010 10110 101101 100111100 1000110 100000

Color Harmonies of #8C196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C196D

Black with #8C196D

Text Example


Text Example

White with #8C196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,109); }

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

background-color css

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

 a { background-color: rgb(140,25,109); }

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

border-color css

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

 span { border-color: rgb(140,25,109); }

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