Html Css Color HEX #8C3872 Dark Purple

📋 copy color: '#8C3872'

red 140 ◦ green 56 ◦ blue 114

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

Shades of Dark Purple #8C3872

Tints of Dark Purple #8C3872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 45.16%
G = 18.06%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8C3872 (or 0x8C3872) is known color: Dark Purple. HEX triplet: 8C, 38 and 72. RGB value is (140,56,114). Sum of RGB (Red+Green+Blue) = 140+56+114=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3872 is #73C78D. Grayscale: #575757. Windows color (decimal): -7587726 or 7485580. OLE color: 7485580.

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

Color convert

RGB 140 56 114 -
CMYK 0 0.6 0.19 0.45
HSL 318.57º 0.43% 0.38% -
HSV(B) 318.57º 0.6% 0.55% -
XYZ 15.27 9.62 16.97 -
YUV 87.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 140 56 114 0 0.6 0.19 0.45 318.57 0.43 0.38
Hex 8C 38 72 0 3C 13 2D 13F 2B 26
Octal 214 70 162 0 74 23 55 477 53 46
Binary 10001100 111000 1110010 0 111100 10011 101101 100111111 101011 100110

Color Harmonies of #8C3872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3872

Black with #8C3872

Text Example


Text Example

White with #8C3872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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