Html Css Color HEX #8C294D Disco

📋 copy color: '#8C294D'

red 140 ◦ green 41 ◦ blue 77

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

Shades of Disco #8C294D

Tints of Disco #8C294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 54.26%
G = 15.89%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8C294D (or 0x8C294D) is known color: Disco. HEX triplet: 8C, 29 and 4D. RGB value is (140,41,77). Sum of RGB (Red+Green+Blue) = 140+41+77=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C294D is #73D6B2. Grayscale: #4A4A4A. Windows color (decimal): -7591603 or 5056908. OLE color: 5056908.

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

Color convert

RGB 140 41 77 -
CMYK 0 0.71 0.45 0.45
HSL 338.18º 0.55% 0.35% -
HSV(B) 338.18º 0.71% 0.55% -
XYZ 12.95 7.7 7.82 -
YUV 74.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 140 41 77 0 0.71 0.45 0.45 338.18 0.55 0.35
Hex 8C 29 4D 0 47 2D 2D 152 37 23
Octal 214 51 115 0 107 55 55 522 67 43
Binary 10001100 101001 1001101 0 1000111 101101 101101 101010010 110111 100011

Color Harmonies of #8C294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C294D

Black with #8C294D

Text Example


Text Example

White with #8C294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,77); }

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

background-color css

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

 a { background-color: rgb(140,41,77); }

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

border-color css

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

 span { border-color: rgb(140,41,77); }

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