Html Css Color HEX #8C206B Dark Purple

📋 copy color: '#8C206B'

red 140 ◦ green 32 ◦ blue 107

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

Shades of Dark Purple #8C206B

Tints of Dark Purple #8C206B

RGB

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

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

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

R = 50.18%
G = 11.47%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C206B (or 0x8C206B) is known color: Dark Purple. HEX triplet: 8C, 20 and 6B. RGB value is (140,32,107). Sum of RGB (Red+Green+Blue) = 140+32+107=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C206B is #73DF94. Grayscale: #484848. Windows color (decimal): -7593877 or 7020684. OLE color: 7020684.

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

Color convert

RGB 140 32 107 -
CMYK 0 0.77 0.24 0.45
HSL 318.33º 0.63% 0.34% -
HSV(B) 318.33º 0.77% 0.55% -
XYZ 13.99 7.67 14.65 -
YUV 72.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 140 32 107 0 0.77 0.24 0.45 318.33 0.63 0.34
Hex 8C 20 6B 0 4D 18 2D 13E 3F 22
Octal 214 40 153 0 115 30 55 476 77 42
Binary 10001100 100000 1101011 0 1001101 11000 101101 100111110 111111 100010

Color Harmonies of #8C206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C206B

Black with #8C206B

Text Example


Text Example

White with #8C206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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