Html Css Color HEX #8F0942 Jazzberry Jam

📋 copy color: '#8F0942'

red 143 ◦ green 9 ◦ blue 66

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

Shades of Jazzberry Jam #8F0942

Tints of Jazzberry Jam #8F0942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 65.6%
G = 4.13%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8F0942 (or 0x8F0942) is known color: Jazzberry Jam. HEX triplet: 8F, 09 and 42. RGB value is (143,9,66). Sum of RGB (Red+Green+Blue) = 143+9+66=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0942 is #70F6BD. Grayscale: #373737. Windows color (decimal): -7403198 or 4327823. OLE color: 4327823.

HSL color Cylindrical-coordinate representation of color #8F0942: hue angle of 334.48º 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 #8F0942 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 9 66 -
CMYK 0 0.94 0.54 0.44
HSL 334.48º 0.88% 0.3% -
HSV(B) 334.48º 0.94% 0.56% -
XYZ 12.41 6.43 5.74 -
YUV 55.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 143 9 66 0 0.94 0.54 0.44 334.48 0.88 0.3
Hex 8F 9 42 0 5E 36 2C 14E 58 1E
Octal 217 11 102 0 136 66 54 516 130 36
Binary 10001111 1001 1000010 0 1011110 110110 101100 101001110 1011000 11110

Color Harmonies of #8F0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0942

Black with #8F0942

Text Example


Text Example

White with #8F0942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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