Html Css Color HEX #8F204E Rose Bud Cherry

📋 copy color: '#8F204E'

red 143 ◦ green 32 ◦ blue 78

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

Shades of Rose Bud Cherry #8F204E

Tints of Rose Bud Cherry #8F204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.83%

R = 56.52%
G = 12.65%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F204E (or 0x8F204E) is known color: Rose Bud Cherry. HEX triplet: 8F, 20 and 4E. RGB value is (143,32,78). Sum of RGB (Red+Green+Blue) = 143+32+78=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F204E is #70DFB1. Grayscale: #464646. Windows color (decimal): -7397298 or 5120143. OLE color: 5120143.

HSL color Cylindrical-coordinate representation of color #8F204E: hue angle of 335.14º 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 #8F204E is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 32 78 -
CMYK 0 0.78 0.45 0.44
HSL 335.14º 0.63% 0.34% -
HSV(B) 335.14º 0.78% 0.56% -
XYZ 13.22 7.42 7.94 -
YUV 70.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 143 32 78 0 0.78 0.45 0.44 335.14 0.63 0.34
Hex 8F 20 4E 0 4E 2D 2C 14F 3F 22
Octal 217 40 116 0 116 55 54 517 77 42
Binary 10001111 100000 1001110 0 1001110 101101 101100 101001111 111111 100010

Color Harmonies of #8F204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F204E

Black with #8F204E

Text Example


Text Example

White with #8F204E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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