Html Css Color HEX #8C3684 Dark Purple

📋 copy color: '#8C3684'

red 140 ◦ green 54 ◦ blue 132

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

Shades of Dark Purple #8C3684

Tints of Dark Purple #8C3684

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 42.94%
G = 16.56%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8C3684 (or 0x8C3684) is known color: Dark Purple. HEX triplet: 8C, 36 and 84. RGB value is (140,54,132). Sum of RGB (Red+Green+Blue) = 140+54+132=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3684 is #73C97B. Grayscale: #585858. Windows color (decimal): -7588220 or 8664716. OLE color: 8664716.

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

Color convert

RGB 140 54 132 -
CMYK 0 0.61 0.06 0.45
HSL 305.58º 0.44% 0.38% -
HSV(B) 305.58º 0.61% 0.55% -
XYZ 16.3 9.88 22.88 -
YUV 88.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 140 54 132 0 0.61 0.06 0.45 305.58 0.44 0.38
Hex 8C 36 84 0 3D 6 2D 132 2C 26
Octal 214 66 204 0 75 6 55 462 54 46
Binary 10001100 110110 10000100 0 111101 110 101101 100110010 101100 100110

Color Harmonies of #8C3684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3684

Black with #8C3684

Text Example


Text Example

White with #8C3684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,54,132); }

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

background-color css

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

 a { background-color: rgb(140,54,132); }

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

border-color css

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

 span { border-color: rgb(140,54,132); }

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