Html Css Color HEX #8F1B5D Rose Bud Cherry

📋 copy color: '#8F1B5D'

red 143 ◦ green 27 ◦ blue 93

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

Shades of Rose Bud Cherry #8F1B5D

Tints of Rose Bud Cherry #8F1B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.27%

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

R = 54.37%
G = 10.27%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F1B5D (or 0x8F1B5D) is known color: Rose Bud Cherry. HEX triplet: 8F, 1B and 5D. RGB value is (143,27,93). Sum of RGB (Red+Green+Blue) = 143+27+93=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1B5D is #70E4A2. Grayscale: #454545. Windows color (decimal): -7398563 or 6101903. OLE color: 6101903.

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

Color convert

RGB 143 27 93 -
CMYK 0 0.81 0.35 0.44
HSL 325.86º 0.68% 0.33% -
HSV(B) 325.86º 0.81% 0.56% -
XYZ 13.7 7.41 11.07 -
YUV 69.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 143 27 93 0 0.81 0.35 0.44 325.86 0.68 0.33
Hex 8F 1B 5D 0 51 23 2C 146 44 21
Octal 217 33 135 0 121 43 54 506 104 41
Binary 10001111 11011 1011101 0 1010001 100011 101100 101000110 1000100 100001

Color Harmonies of #8F1B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1B5D

Black with #8F1B5D

Text Example


Text Example

White with #8F1B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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