Html Css Color HEX #8C196B Dark Purple

📋 copy color: '#8C196B'

red 140 ◦ green 25 ◦ blue 107

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

Shades of Dark Purple #8C196B

Tints of Dark Purple #8C196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.34%

R = 51.47%
G = 9.19%
B = 39.34%

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

#8C196B (or 0x8C196B) is known color: Dark Purple. HEX triplet: 8C, 19 and 6B. RGB value is (140,25,107). Sum of RGB (Red+Green+Blue) = 140+25+107=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C196B is #73E694. Grayscale: #444444. Windows color (decimal): -7595669 or 7018892. OLE color: 7018892.

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

Color convert

RGB 140 25 107 -
CMYK 0 0.82 0.24 0.45
HSL 317.22º 0.7% 0.32% -
HSV(B) 317.22º 0.82% 0.55% -
XYZ 13.82 7.33 14.6 -
YUV 68.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 140 25 107 0 0.82 0.24 0.45 317.22 0.7 0.32
Hex 8C 19 6B 0 52 18 2D 13D 46 20
Octal 214 31 153 0 122 30 55 475 106 40
Binary 10001100 11001 1101011 0 1010010 11000 101101 100111101 1000110 100000

Color Harmonies of #8C196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C196B

Black with #8C196B

Text Example


Text Example

White with #8C196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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