Html Css Color HEX #8C198C Dark Purple

📋 copy color: '#8C198C'

red 140 ◦ green 25 ◦ blue 140

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

Shades of Dark Purple #8C198C

Tints of Dark Purple #8C198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 45.9%
G = 8.2%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C198C (or 0x8C198C) is known color: Dark Purple. HEX triplet: 8C, 19 and 8C. RGB value is (140,25,140). Sum of RGB (Red+Green+Blue) = 140+25+140=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C198C is #73E673. Grayscale: #484848. Windows color (decimal): -7595636 or 9181580. OLE color: 9181580.

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

Color convert

RGB 140 25 140 -
CMYK 0 0.82 0 0.45
HSL 300º 0.7% 0.32% -
HSV(B) 300º 0.82% 0.55% -
XYZ 15.9 8.16 25.55 -
YUV 72.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 140 25 140 0 0.82 0 0.45 300 0.7 0.32
Hex 8C 19 8C 0 52 0 2D 12C 46 20
Octal 214 31 214 0 122 0 55 454 106 40
Binary 10001100 11001 10001100 0 1010010 0 101101 100101100 1000110 100000

Color Harmonies of #8C198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C198C

Black with #8C198C

Text Example


Text Example

White with #8C198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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