Html Css Color HEX #8C196A Dark Purple

📋 copy color: '#8C196A'

red 140 ◦ green 25 ◦ blue 106

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

Shades of Dark Purple #8C196A

Tints of Dark Purple #8C196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 51.66%
G = 9.23%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C196A (or 0x8C196A) is known color: Dark Purple. HEX triplet: 8C, 19 and 6A. RGB value is (140,25,106). Sum of RGB (Red+Green+Blue) = 140+25+106=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C196A is #73E695. Grayscale: #444444. Windows color (decimal): -7595670 or 6953356. OLE color: 6953356.

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

Color convert

RGB 140 25 106 -
CMYK 0 0.82 0.24 0.45
HSL 317.74º 0.7% 0.32% -
HSV(B) 317.74º 0.82% 0.55% -
XYZ 13.76 7.31 14.32 -
YUV 68.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 140 25 106 0 0.82 0.24 0.45 317.74 0.7 0.32
Hex 8C 19 6A 0 52 18 2D 13E 46 20
Octal 214 31 152 0 122 30 55 476 106 40
Binary 10001100 11001 1101010 0 1010010 11000 101101 100111110 1000110 100000

Color Harmonies of #8C196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C196A

Black with #8C196A

Text Example


Text Example

White with #8C196A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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