Html Css Color HEX #9F196B Jazzberry Jam

📋 copy color: '#9F196B'

red 159 ◦ green 25 ◦ blue 107

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

Shades of Jazzberry Jam #9F196B

Tints of Jazzberry Jam #9F196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 54.64%
G = 8.59%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F196B (or 0x9F196B) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 6B. RGB value is (159,25,107). Sum of RGB (Red+Green+Blue) = 159+25+107=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F196B is #60E694. Grayscale: #4A4A4A. Windows color (decimal): -6350485 or 7018911. OLE color: 7018911.

HSL color Cylindrical-coordinate representation of color #9F196B: hue angle of 323.28º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F196B is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 25 107 -
CMYK 0 0.84 0.33 0.38
HSL 323.28º 0.73% 0.36% -
HSV(B) 323.28º 0.84% 0.62% -
XYZ 17.3 9.13 14.76 -
YUV 74.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 159 25 107 0 0.84 0.33 0.38 323.28 0.73 0.36
Hex 9F 19 6B 0 54 21 26 143 49 24
Octal 237 31 153 0 124 41 46 503 111 44
Binary 10011111 11001 1101011 0 1010100 100001 100110 101000011 1001001 100100

Color Harmonies of #9F196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F196B

Black with #9F196B

Text Example


Text Example

White with #9F196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,107); }

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

background-color css

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

 a { background-color: rgb(159,25,107); }

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

border-color css

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

 span { border-color: rgb(159,25,107); }

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