Html Css Color HEX #9F0561 Jazzberry Jam

📋 copy color: '#9F0561'

red 159 ◦ green 5 ◦ blue 97

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

Shades of Jazzberry Jam #9F0561

Tints of Jazzberry Jam #9F0561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 60.92%
G = 1.92%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F0561 (or 0x9F0561) is known color: Jazzberry Jam. HEX triplet: 9F, 05 and 61. RGB value is (159,5,97). Sum of RGB (Red+Green+Blue) = 159+5+97=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0561 is #60FA9E. Grayscale: #3D3D3D. Windows color (decimal): -6355615 or 6358431. OLE color: 6358431.

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

Color convert

RGB 159 5 97 -
CMYK 0 0.97 0.39 0.38
HSL 324.16º 0.94% 0.32% -
HSV(B) 324.16º 0.97% 0.62% -
XYZ 16.51 8.34 12.05 -
YUV 61.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 159 5 97 0 0.97 0.39 0.38 324.16 0.94 0.32
Hex 9F 5 61 0 61 27 26 144 5E 20
Octal 237 5 141 0 141 47 46 504 136 40
Binary 10011111 101 1100001 0 1100001 100111 100110 101000100 1011110 100000

Color Harmonies of #9F0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0561

Black with #9F0561

Text Example


Text Example

White with #9F0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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