Html Css Color HEX #8C3880 Dark Purple

📋 copy color: '#8C3880'

red 140 ◦ green 56 ◦ blue 128

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

Shades of Dark Purple #8C3880

Tints of Dark Purple #8C3880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 43.21%
G = 17.28%
B = 39.51%

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

#8C3880 (or 0x8C3880) is known color: Dark Purple. HEX triplet: 8C, 38 and 80. RGB value is (140,56,128). Sum of RGB (Red+Green+Blue) = 140+56+128=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3880 is #73C77F. Grayscale: #595959. Windows color (decimal): -7587712 or 8403084. OLE color: 8403084.

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

Color convert

RGB 140 56 128 -
CMYK 0 0.6 0.09 0.45
HSL 308.57º 0.43% 0.38% -
HSV(B) 308.57º 0.6% 0.55% -
XYZ 16.13 9.96 21.5 -
YUV 89.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 140 56 128 0 0.6 0.09 0.45 308.57 0.43 0.38
Hex 8C 38 80 0 3C 9 2D 135 2B 26
Octal 214 70 200 0 74 11 55 465 53 46
Binary 10001100 111000 10000000 0 111100 1001 101101 100110101 101011 100110

Color Harmonies of #8C3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3880

Black with #8C3880

Text Example


Text Example

White with #8C3880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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