Html Css Color HEX #8F204D Disco

📋 copy color: '#8F204D'

red 143 ◦ green 32 ◦ blue 77

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

Shades of Disco #8F204D

Tints of Disco #8F204D

RGB

 RED value IS 143 (56.25% from 255) = 56.75%

 GREEN value IS 32 (12.89% from 255) = 12.7%

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

R = 56.75%
G = 12.7%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8F204D (or 0x8F204D) is known color: Disco. HEX triplet: 8F, 20 and 4D. RGB value is (143,32,77). Sum of RGB (Red+Green+Blue) = 143+32+77=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F204D is #70DFB2. Grayscale: #464646. Windows color (decimal): -7397299 or 5054607. OLE color: 5054607.

HSL color Cylindrical-coordinate representation of color #8F204D: hue angle of 335.68º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F204D is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 32 77 -
CMYK 0 0.78 0.46 0.44
HSL 335.68º 0.63% 0.34% -
HSV(B) 335.68º 0.78% 0.56% -
XYZ 13.18 7.41 7.76 -
YUV 70.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 143 32 77 0 0.78 0.46 0.44 335.68 0.63 0.34
Hex 8F 20 4D 0 4E 2E 2C 150 3F 22
Octal 217 40 115 0 116 56 54 520 77 42
Binary 10001111 100000 1001101 0 1001110 101110 101100 101010000 111111 100010

Color Harmonies of #8F204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F204D

Black with #8F204D

Text Example


Text Example

White with #8F204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,32,77); }

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

background-color css

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

 a { background-color: rgb(143,32,77); }

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

border-color css

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

 span { border-color: rgb(143,32,77); }

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