Html Css Color HEX #8F0943 Jazzberry Jam

📋 copy color: '#8F0943'

red 143 ◦ green 9 ◦ blue 67

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

Shades of Jazzberry Jam #8F0943

Tints of Jazzberry Jam #8F0943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.59%

R = 65.3%
G = 4.11%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#8F0943 (or 0x8F0943) is known color: Jazzberry Jam. HEX triplet: 8F, 09 and 43. RGB value is (143,9,67). Sum of RGB (Red+Green+Blue) = 143+9+67=219 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65.30% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0943 is #70F6BC. Grayscale: #373737. Windows color (decimal): -7403197 or 4393359. OLE color: 4393359.

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

Color convert

RGB 143 9 67 -
CMYK 0 0.94 0.53 0.44
HSL 334.03º 0.88% 0.3% -
HSV(B) 334.03º 0.94% 0.56% -
XYZ 12.44 6.44 5.9 -
YUV 55.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 143 9 67 0 0.94 0.53 0.44 334.03 0.88 0.3
Hex 8F 9 43 0 5E 35 2C 14E 58 1E
Octal 217 11 103 0 136 65 54 516 130 36
Binary 10001111 1001 1000011 0 1011110 110101 101100 101001110 1011000 11110

Color Harmonies of #8F0943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0943

Black with #8F0943

Text Example


Text Example

White with #8F0943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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