Html Css Color HEX #9F1670 Jazzberry Jam

📋 copy color: '#9F1670'

red 159 ◦ green 22 ◦ blue 112

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

Shades of Jazzberry Jam #9F1670

Tints of Jazzberry Jam #9F1670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.51%

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 54.27%
G = 7.51%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F1670 (or 0x9F1670) is known color: Jazzberry Jam. HEX triplet: 9F, 16 and 70. RGB value is (159,22,112). Sum of RGB (Red+Green+Blue) = 159+22+112=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1670 is #60E98F. Grayscale: #494949. Windows color (decimal): -6351248 or 7345823. OLE color: 7345823.

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

Color convert

RGB 159 22 112 -
CMYK 0 0.86 0.30 0.38
HSL 320.58º 0.76% 0.35% -
HSV(B) 320.58º 0.86% 0.62% -
XYZ 17.51 9.11 16.17 -
YUV 73.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 159 22 112 0 0.86 0.30 0.38 320.58 0.76 0.35
Hex 9F 16 70 0 56 1E 26 141 4C 23
Octal 237 26 160 0 126 36 46 501 114 43
Binary 10011111 10110 1110000 0 1010110 11110 100110 101000001 1001100 100011

Color Harmonies of #9F1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1670

Black with #9F1670

Text Example


Text Example

White with #9F1670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,112); }

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

background-color css

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

 a { background-color: rgb(159,22,112); }

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

border-color css

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

 span { border-color: rgb(159,22,112); }

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