Html Css Color HEX #9F1357 Jazzberry Jam

📋 copy color: '#9F1357'

red 159 ◦ green 19 ◦ blue 87

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

Shades of Jazzberry Jam #9F1357

Tints of Jazzberry Jam #9F1357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

 BLUE value IS 87 (34.38% from 255) = 32.83%

R = 60%
G = 7.17%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F1357 (or 0x9F1357) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 57. RGB value is (159,19,87). Sum of RGB (Red+Green+Blue) = 159+19+87=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1357 is #60ECA8. Grayscale: #444444. Windows color (decimal): -6352041 or 5706655. OLE color: 5706655.

HSL color Cylindrical-coordinate representation of color #9F1357: hue angle of 330.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1357 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 19 87 -
CMYK 0 0.88 0.45 0.38
HSL 330.86º 0.79% 0.35% -
HSV(B) 330.86º 0.88% 0.62% -
XYZ 16.25 8.52 9.81 -
YUV 68.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 159 19 87 0 0.88 0.45 0.38 330.86 0.79 0.35
Hex 9F 13 57 0 58 2D 26 14B 4F 23
Octal 237 23 127 0 130 55 46 513 117 43
Binary 10011111 10011 1010111 0 1011000 101101 100110 101001011 1001111 100011

Color Harmonies of #9F1357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1357

Black with #9F1357

Text Example


Text Example

White with #9F1357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,19,87); }

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

background-color css

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

 a { background-color: rgb(159,19,87); }

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

border-color css

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

 span { border-color: rgb(159,19,87); }

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