Html Css Color HEX #8C197E Dark Purple

📋 copy color: '#8C197E'

red 140 ◦ green 25 ◦ blue 126

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

Shades of Dark Purple #8C197E

Tints of Dark Purple #8C197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.3%

R = 48.11%
G = 8.59%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C197E (or 0x8C197E) is known color: Dark Purple. HEX triplet: 8C, 19 and 7E. RGB value is (140,25,126). Sum of RGB (Red+Green+Blue) = 140+25+126=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C197E is #73E681. Grayscale: #464646. Windows color (decimal): -7595650 or 8264076. OLE color: 8264076.

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

Color convert

RGB 140 25 126 -
CMYK 0 0.82 0.10 0.45
HSL 307.3º 0.7% 0.32% -
HSV(B) 307.3º 0.82% 0.55% -
XYZ 14.93 7.78 20.45 -
YUV 70.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 140 25 126 0 0.82 0.10 0.45 307.3 0.7 0.32
Hex 8C 19 7E 0 52 A 2D 133 46 20
Octal 214 31 176 0 122 12 55 463 106 40
Binary 10001100 11001 1111110 0 1010010 1010 101101 100110011 1000110 100000

Color Harmonies of #8C197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C197E

Black with #8C197E

Text Example


Text Example

White with #8C197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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