Html Css Color HEX #8C3678 Dark Purple

📋 copy color: '#8C3678'

red 140 ◦ green 54 ◦ blue 120

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

Shades of Dark Purple #8C3678

Tints of Dark Purple #8C3678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 44.59%
G = 17.2%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C3678 (or 0x8C3678) is known color: Dark Purple. HEX triplet: 8C, 36 and 78. RGB value is (140,54,120). Sum of RGB (Red+Green+Blue) = 140+54+120=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3678 is #73C987. Grayscale: #575757. Windows color (decimal): -7588232 or 7878284. OLE color: 7878284.

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

Color convert

RGB 140 54 120 -
CMYK 0 0.61 0.14 0.45
HSL 313.95º 0.44% 0.38% -
HSV(B) 313.95º 0.61% 0.55% -
XYZ 15.52 9.57 18.8 -
YUV 87.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 140 54 120 0 0.61 0.14 0.45 313.95 0.44 0.38
Hex 8C 36 78 0 3D E 2D 13A 2C 26
Octal 214 66 170 0 75 16 55 472 54 46
Binary 10001100 110110 1111000 0 111101 1110 101101 100111010 101100 100110

Color Harmonies of #8C3678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3678

Black with #8C3678

Text Example


Text Example

White with #8C3678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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