Html Css Color HEX #8F3163 Rose Bud Cherry

📋 copy color: '#8F3163'

red 143 ◦ green 49 ◦ blue 99

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

Shades of Rose Bud Cherry #8F3163

Tints of Rose Bud Cherry #8F3163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

 BLUE value IS 99 (39.06% from 255) = 34.02%

R = 49.14%
G = 16.84%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8F3163 (or 0x8F3163) is known color: Rose Bud Cherry. HEX triplet: 8F, 31 and 63. RGB value is (143,49,99). Sum of RGB (Red+Green+Blue) = 143+49+99=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3163 is #70CE9C. Grayscale: #525252. Windows color (decimal): -7392925 or 6500751. OLE color: 6500751.

HSL color Cylindrical-coordinate representation of color #8F3163: hue angle of 328.09º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3163 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 49 99 -
CMYK 0 0.66 0.31 0.44
HSL 328.09º 0.49% 0.38% -
HSV(B) 328.09º 0.66% 0.56% -
XYZ 14.68 8.94 12.76 -
YUV 82.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 143 49 99 0 0.66 0.31 0.44 328.09 0.49 0.38
Hex 8F 31 63 0 42 1F 2C 148 31 26
Octal 217 61 143 0 102 37 54 510 61 46
Binary 10001111 110001 1100011 0 1000010 11111 101100 101001000 110001 100110

Color Harmonies of #8F3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3163

Black with #8F3163

Text Example


Text Example

White with #8F3163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,49,99); }

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

background-color css

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

 a { background-color: rgb(143,49,99); }

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

border-color css

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

 span { border-color: rgb(143,49,99); }

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