Html Css Color HEX #8C186F Dark Purple

📋 copy color: '#8C186F'

red 140 ◦ green 24 ◦ blue 111

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

Shades of Dark Purple #8C186F

Tints of Dark Purple #8C186F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 50.91%
G = 8.73%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C186F (or 0x8C186F) is known color: Dark Purple. HEX triplet: 8C, 18 and 6F. RGB value is (140,24,111). Sum of RGB (Red+Green+Blue) = 140+24+111=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C186F is #73E790. Grayscale: #444444. Windows color (decimal): -7595921 or 7280780. OLE color: 7280780.

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

Color convert

RGB 140 24 111 -
CMYK 0 0.83 0.21 0.45
HSL 315º 0.71% 0.32% -
HSV(B) 315º 0.83% 0.55% -
XYZ 14.01 7.38 15.72 -
YUV 68.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 140 24 111 0 0.83 0.21 0.45 315 0.71 0.32
Hex 8C 18 6F 0 53 15 2D 13B 47 20
Octal 214 30 157 0 123 25 55 473 107 40
Binary 10001100 11000 1101111 0 1010011 10101 101101 100111011 1000111 100000

Color Harmonies of #8C186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C186F

Black with #8C186F

Text Example


Text Example

White with #8C186F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,24,111); }

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

background-color css

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

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

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

border-color css

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

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

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