Html Css Color HEX #8F064E Jazzberry Jam

📋 copy color: '#8F064E'

red 143 ◦ green 6 ◦ blue 78

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

Shades of Jazzberry Jam #8F064E

Tints of Jazzberry Jam #8F064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

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

R = 63%
G = 2.64%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F064E (or 0x8F064E) is known color: Jazzberry Jam. HEX triplet: 8F, 06 and 4E. RGB value is (143,6,78). Sum of RGB (Red+Green+Blue) = 143+6+78=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F064E is #70F9B1. Grayscale: #373737. Windows color (decimal): -7403954 or 5113487. OLE color: 5113487.

HSL color Cylindrical-coordinate representation of color #8F064E: hue angle of 328.47º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F064E is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 6 78 -
CMYK 0 0.96 0.45 0.44
HSL 328.47º 0.92% 0.29% -
HSV(B) 328.47º 0.96% 0.56% -
XYZ 12.77 6.52 7.79 -
YUV 55.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 143 6 78 0 0.96 0.45 0.44 328.47 0.92 0.29
Hex 8F 6 4E 0 60 2D 2C 148 5C 1D
Octal 217 6 116 0 140 55 54 510 134 35
Binary 10001111 110 1001110 0 1100000 101101 101100 101001000 1011100 11101

Color Harmonies of #8F064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F064E

Black with #8F064E

Text Example


Text Example

White with #8F064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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