Html Css Color HEX #8F254C Disco

📋 copy color: '#8F254C'

red 143 ◦ green 37 ◦ blue 76

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

Shades of Disco #8F254C

Tints of Disco #8F254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 55.86%
G = 14.45%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8F254C (or 0x8F254C) is known color: Disco. HEX triplet: 8F, 25 and 4C. RGB value is (143,37,76). Sum of RGB (Red+Green+Blue) = 143+37+76=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F254C is #70DAB3. Grayscale: #494949. Windows color (decimal): -7396020 or 4990351. OLE color: 4990351.

HSL color Cylindrical-coordinate representation of color #8F254C: hue angle of 337.92º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F254C is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 37 76 -
CMYK 0 0.74 0.47 0.44
HSL 337.92º 0.59% 0.35% -
HSV(B) 337.92º 0.74% 0.56% -
XYZ 13.29 7.68 7.62 -
YUV 73.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 143 37 76 0 0.74 0.47 0.44 337.92 0.59 0.35
Hex 8F 25 4C 0 4A 2F 2C 152 3B 23
Octal 217 45 114 0 112 57 54 522 73 43
Binary 10001111 100101 1001100 0 1001010 101111 101100 101010010 111011 100011

Color Harmonies of #8F254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F254C

Black with #8F254C

Text Example


Text Example

White with #8F254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,37,76); }

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

background-color css

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

 a { background-color: rgb(143,37,76); }

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

border-color css

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

 span { border-color: rgb(143,37,76); }

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