Html Css Color HEX #8C206E Dark Purple

📋 copy color: '#8C206E'

red 140 ◦ green 32 ◦ blue 110

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

Shades of Dark Purple #8C206E

Tints of Dark Purple #8C206E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 49.65%
G = 11.35%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C206E (or 0x8C206E) is known color: Dark Purple. HEX triplet: 8C, 20 and 6E. RGB value is (140,32,110). Sum of RGB (Red+Green+Blue) = 140+32+110=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C206E is #73DF91. Grayscale: #484848. Windows color (decimal): -7593874 or 7217292. OLE color: 7217292.

HSL color Cylindrical-coordinate representation of color #8C206E: hue angle of 316.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C206E is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 32 110 -
CMYK 0 0.77 0.21 0.45
HSL 316.67º 0.63% 0.34% -
HSV(B) 316.67º 0.77% 0.55% -
XYZ 14.15 7.73 15.5 -
YUV 73.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 140 32 110 0 0.77 0.21 0.45 316.67 0.63 0.34
Hex 8C 20 6E 0 4D 15 2D 13D 3F 22
Octal 214 40 156 0 115 25 55 475 77 42
Binary 10001100 100000 1101110 0 1001101 10101 101101 100111101 111111 100010

Color Harmonies of #8C206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C206E

Black with #8C206E

Text Example


Text Example

White with #8C206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,32,110); }

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

background-color css

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

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

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

border-color css

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

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

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