Html Css Color HEX #9F0560 Jazzberry Jam

📋 copy color: '#9F0560'

red 159 ◦ green 5 ◦ blue 96

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

Shades of Jazzberry Jam #9F0560

Tints of Jazzberry Jam #9F0560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.92%

R = 61.15%
G = 1.92%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F0560 (or 0x9F0560) is known color: Jazzberry Jam. HEX triplet: 9F, 05 and 60. RGB value is (159,5,96). Sum of RGB (Red+Green+Blue) = 159+5+96=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0560 is #60FA9F. Grayscale: #3D3D3D. Windows color (decimal): -6355616 or 6292895. OLE color: 6292895.

HSL color Cylindrical-coordinate representation of color #9F0560: hue angle of 324.55º 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 #9F0560 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 5 96 -
CMYK 0 0.97 0.40 0.38
HSL 324.55º 0.94% 0.32% -
HSV(B) 324.55º 0.97% 0.62% -
XYZ 16.46 8.32 11.81 -
YUV 61.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 159 5 96 0 0.97 0.40 0.38 324.55 0.94 0.32
Hex 9F 5 60 0 61 28 26 145 5E 20
Octal 237 5 140 0 141 50 46 505 136 40
Binary 10011111 101 1100000 0 1100001 101000 100110 101000101 1011110 100000

Color Harmonies of #9F0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0560

Black with #9F0560

Text Example


Text Example

White with #9F0560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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