Html Css Color HEX #8F0944 Jazzberry Jam

📋 copy color: '#8F0944'

red 143 ◦ green 9 ◦ blue 68

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

Shades of Jazzberry Jam #8F0944

Tints of Jazzberry Jam #8F0944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

 BLUE value IS 68 (26.95% from 255) = 30.91%

R = 65%
G = 4.09%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#8F0944 (or 0x8F0944) is known color: Jazzberry Jam. HEX triplet: 8F, 09 and 44. RGB value is (143,9,68). Sum of RGB (Red+Green+Blue) = 143+9+68=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0944 is #70F6BB. Grayscale: #373737. Windows color (decimal): -7403196 or 4458895. OLE color: 4458895.

HSL color Cylindrical-coordinate representation of color #8F0944: hue angle of 333.58º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0944 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 9 68 -
CMYK 0 0.94 0.52 0.44
HSL 333.58º 0.88% 0.3% -
HSV(B) 333.58º 0.94% 0.56% -
XYZ 12.47 6.45 6.06 -
YUV 55.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 143 9 68 0 0.94 0.52 0.44 333.58 0.88 0.3
Hex 8F 9 44 0 5E 34 2C 14E 58 1E
Octal 217 11 104 0 136 64 54 516 130 36
Binary 10001111 1001 1000100 0 1011110 110100 101100 101001110 1011000 11110

Color Harmonies of #8F0944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0944

Black with #8F0944

Text Example


Text Example

White with #8F0944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,9,68); }

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

background-color css

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

 a { background-color: rgb(143,9,68); }

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

border-color css

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

 span { border-color: rgb(143,9,68); }

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