Html Css Color HEX #8F0F57 Jazzberry Jam

📋 copy color: '#8F0F57'

red 143 ◦ green 15 ◦ blue 87

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

Shades of Jazzberry Jam #8F0F57

Tints of Jazzberry Jam #8F0F57

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

 BLUE value IS 87 (34.38% from 255) = 35.51%

R = 58.37%
G = 6.12%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8F0F57 (or 0x8F0F57) is known color: Jazzberry Jam. HEX triplet: 8F, 0F and 57. RGB value is (143,15,87). Sum of RGB (Red+Green+Blue) = 143+15+87=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F57 is #70F0A8. Grayscale: #3D3D3D. Windows color (decimal): -7401641 or 5705615. OLE color: 5705615.

HSL color Cylindrical-coordinate representation of color #8F0F57: hue angle of 326.25º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F57 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 15 87 -
CMYK 0 0.90 0.39 0.44
HSL 326.25º 0.81% 0.31% -
HSV(B) 326.25º 0.9% 0.56% -
XYZ 13.22 6.87 9.65 -
YUV 61.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 143 15 87 0 0.90 0.39 0.44 326.25 0.81 0.31
Hex 8F F 57 0 5A 27 2C 146 51 1F
Octal 217 17 127 0 132 47 54 506 121 37
Binary 10001111 1111 1010111 0 1011010 100111 101100 101000110 1010001 11111

Color Harmonies of #8F0F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0F57

Black with #8F0F57

Text Example


Text Example

White with #8F0F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,15,87); }

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

background-color css

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

 a { background-color: rgb(143,15,87); }

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

border-color css

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

 span { border-color: rgb(143,15,87); }

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