Html Css Color HEX #8C2B78 Dark Purple

📋 copy color: '#8C2B78'

red 140 ◦ green 43 ◦ blue 120

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

Shades of Dark Purple #8C2B78

Tints of Dark Purple #8C2B78

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.19%

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

R = 46.2%
G = 14.19%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C2B78 (or 0x8C2B78) is known color: Dark Purple. HEX triplet: 8C, 2B and 78. RGB value is (140,43,120). Sum of RGB (Red+Green+Blue) = 140+43+120=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B78 is #73D487. Grayscale: #505050. Windows color (decimal): -7591048 or 7875468. OLE color: 7875468.

HSL color Cylindrical-coordinate representation of color #8C2B78: hue angle of 312.37º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2B78 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 43 120 -
CMYK 0 0.69 0.14 0.45
HSL 312.37º 0.53% 0.36% -
HSV(B) 312.37º 0.69% 0.55% -
XYZ 15.07 8.66 18.65 -
YUV 80.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 140 43 120 0 0.69 0.14 0.45 312.37 0.53 0.36
Hex 8C 2B 78 0 45 E 2D 138 35 24
Octal 214 53 170 0 105 16 55 470 65 44
Binary 10001100 101011 1111000 0 1000101 1110 101101 100111000 110101 100100

Color Harmonies of #8C2B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B78

Black with #8C2B78

Text Example


Text Example

White with #8C2B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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