Html Css Color HEX #8F2B5D Rose Bud Cherry

📋 copy color: '#8F2B5D'

red 143 ◦ green 43 ◦ blue 93

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

Shades of Rose Bud Cherry #8F2B5D

Tints of Rose Bud Cherry #8F2B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.33%

R = 51.25%
G = 15.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F2B5D (or 0x8F2B5D) is known color: Rose Bud Cherry. HEX triplet: 8F, 2B and 5D. RGB value is (143,43,93). Sum of RGB (Red+Green+Blue) = 143+43+93=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2B5D is #70D4A2. Grayscale: #4E4E4E. Windows color (decimal): -7394467 or 6105999. OLE color: 6105999.

HSL color Cylindrical-coordinate representation of color #8F2B5D: hue angle of 330º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F2B5D is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 43 93 -
CMYK 0 0.70 0.35 0.44
HSL 330º 0.54% 0.36% -
HSV(B) 330º 0.7% 0.56% -
XYZ 14.17 8.36 11.22 -
YUV 78.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 143 43 93 0 0.70 0.35 0.44 330 0.54 0.36
Hex 8F 2B 5D 0 46 23 2C 14A 36 24
Octal 217 53 135 0 106 43 54 512 66 44
Binary 10001111 101011 1011101 0 1000110 100011 101100 101001010 110110 100100

Color Harmonies of #8F2B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2B5D

Black with #8F2B5D

Text Example


Text Example

White with #8F2B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,43,93); }

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

background-color css

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

 a { background-color: rgb(143,43,93); }

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

border-color css

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

 span { border-color: rgb(143,43,93); }

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