Html Css Color HEX #8C387F Dark Purple

📋 copy color: '#8C387F'

red 140 ◦ green 56 ◦ blue 127

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

Shades of Dark Purple #8C387F

Tints of Dark Purple #8C387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 43.34%
G = 17.34%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C387F (or 0x8C387F) is known color: Dark Purple. HEX triplet: 8C, 38 and 7F. RGB value is (140,56,127). Sum of RGB (Red+Green+Blue) = 140+56+127=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C387F is #73C780. Grayscale: #595959. Windows color (decimal): -7587713 or 8337548. OLE color: 8337548.

HSL color Cylindrical-coordinate representation of color #8C387F: hue angle of 309.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C387F is Cyan = 0, Magento = 0.6, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 56 127 -
CMYK 0 0.6 0.09 0.45
HSL 309.29º 0.43% 0.38% -
HSV(B) 309.29º 0.6% 0.55% -
XYZ 16.06 9.94 21.15 -
YUV 89.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 140 56 127 0 0.6 0.09 0.45 309.29 0.43 0.38
Hex 8C 38 7F 0 3C 9 2D 135 2B 26
Octal 214 70 177 0 74 11 55 465 53 46
Binary 10001100 111000 1111111 0 111100 1001 101101 100110101 101011 100110

Color Harmonies of #8C387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C387F

Black with #8C387F

Text Example


Text Example

White with #8C387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,56,127); }

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

background-color css

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

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

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

border-color css

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

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

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