Html Css Color HEX #9F1059 Jazzberry Jam

📋 copy color: '#9F1059'

red 159 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #9F1059

Tints of Jazzberry Jam #9F1059

RGB

 RED value IS 159 (62.5% from 255) = 60.23%

 GREEN value IS 16 (6.64% from 255) = 6.06%

 BLUE value IS 89 (35.16% from 255) = 33.71%

R = 60.23%
G = 6.06%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F1059 (or 0x9F1059) is known color: Jazzberry Jam. HEX triplet: 9F, 10 and 59. RGB value is (159,16,89). Sum of RGB (Red+Green+Blue) = 159+16+89=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1059 is #60EFA6. Grayscale: #424242. Windows color (decimal): -6352807 or 5836959. OLE color: 5836959.

HSL color Cylindrical-coordinate representation of color #9F1059: hue angle of 329.37º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1059 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 16 89 -
CMYK 0 0.90 0.44 0.38
HSL 329.37º 0.82% 0.34% -
HSV(B) 329.37º 0.9% 0.62% -
XYZ 16.29 8.46 10.23 -
YUV 67.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 159 16 89 0 0.90 0.44 0.38 329.37 0.82 0.34
Hex 9F 10 59 0 5A 2C 26 149 52 22
Octal 237 20 131 0 132 54 46 511 122 42
Binary 10011111 10000 1011001 0 1011010 101100 100110 101001001 1010010 100010

Color Harmonies of #9F1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1059

Black with #9F1059

Text Example


Text Example

White with #9F1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F1059; }

 p { color: rgb(159,16,89); }

 H1.HeaderClassName
 {
   color: #9F1059;
 }
 .AnyTagClassName
 {
   color: #9F1059;
 }
</style>

background-color css

<style>
 a { background-color: #9F1059; }

 a { background-color: rgb(159,16,89); }

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

border-color css

<style>
 span { border-color: #9F1059; }

 span { border-color: rgb(159,16,89); }

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