Html Css Color HEX #8C3685 Dark Purple

📋 copy color: '#8C3685'

red 140 ◦ green 54 ◦ blue 133

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

Shades of Dark Purple #8C3685

Tints of Dark Purple #8C3685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 42.81%
G = 16.51%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#8C3685 (or 0x8C3685) is known color: Dark Purple. HEX triplet: 8C, 36 and 85. RGB value is (140,54,133). Sum of RGB (Red+Green+Blue) = 140+54+133=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3685 is #73C97A. Grayscale: #585858. Windows color (decimal): -7588219 or 8730252. OLE color: 8730252.

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

Color convert

RGB 140 54 133 -
CMYK 0 0.61 0.05 0.45
HSL 304.88º 0.44% 0.38% -
HSV(B) 304.88º 0.61% 0.55% -
XYZ 16.37 9.91 23.24 -
YUV 88.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 140 54 133 0 0.61 0.05 0.45 304.88 0.44 0.38
Hex 8C 36 85 0 3D 5 2D 131 2C 26
Octal 214 66 205 0 75 5 55 461 54 46
Binary 10001100 110110 10000101 0 111101 101 101101 100110001 101100 100110

Color Harmonies of #8C3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3685

Black with #8C3685

Text Example


Text Example

White with #8C3685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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