Html Css Color HEX #9F0556 Jazzberry Jam

📋 copy color: '#9F0556'

red 159 ◦ green 5 ◦ blue 86

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

Shades of Jazzberry Jam #9F0556

Tints of Jazzberry Jam #9F0556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 63.6%
G = 2%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9F0556 (or 0x9F0556) is known color: Jazzberry Jam. HEX triplet: 9F, 05 and 56. RGB value is (159,5,86). Sum of RGB (Red+Green+Blue) = 159+5+86=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0556 is #60FAA9. Grayscale: #3C3C3C. Windows color (decimal): -6355626 or 5637535. OLE color: 5637535.

HSL color Cylindrical-coordinate representation of color #9F0556: hue angle of 328.44º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0556 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 5 86 -
CMYK 0 0.97 0.46 0.38
HSL 328.44º 0.94% 0.32% -
HSV(B) 328.44º 0.97% 0.62% -
XYZ 16.03 8.15 9.53 -
YUV 60.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 159 5 86 0 0.97 0.46 0.38 328.44 0.94 0.32
Hex 9F 5 56 0 61 2E 26 148 5E 20
Octal 237 5 126 0 141 56 46 510 136 40
Binary 10011111 101 1010110 0 1100001 101110 100110 101001000 1011110 100000

Color Harmonies of #9F0556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0556

Black with #9F0556

Text Example


Text Example

White with #9F0556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,5,86); }

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

background-color css

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

 a { background-color: rgb(159,5,86); }

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

border-color css

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

 span { border-color: rgb(159,5,86); }

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