Html Css Color HEX #8F094A Jazzberry Jam

📋 copy color: '#8F094A'

red 143 ◦ green 9 ◦ blue 74

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

Shades of Jazzberry Jam #8F094A

Tints of Jazzberry Jam #8F094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.74%

R = 63.27%
G = 3.98%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8F094A (or 0x8F094A) is known color: Jazzberry Jam. HEX triplet: 8F, 09 and 4A. RGB value is (143,9,74). Sum of RGB (Red+Green+Blue) = 143+9+74=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F094A is #70F6B5. Grayscale: #383838. Windows color (decimal): -7403190 or 4852111. OLE color: 4852111.

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

Color convert

RGB 143 9 74 -
CMYK 0 0.94 0.48 0.44
HSL 330.9º 0.88% 0.3% -
HSV(B) 330.9º 0.94% 0.56% -
XYZ 12.66 6.53 7.07 -
YUV 56.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 143 9 74 0 0.94 0.48 0.44 330.9 0.88 0.3
Hex 8F 9 4A 0 5E 30 2C 14B 58 1E
Octal 217 11 112 0 136 60 54 513 130 36
Binary 10001111 1001 1001010 0 1011110 110000 101100 101001011 1011000 11110

Color Harmonies of #8F094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F094A

Black with #8F094A

Text Example


Text Example

White with #8F094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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