Html Css Color HEX #9F195B Jazzberry Jam

📋 copy color: '#9F195B'

red 159 ◦ green 25 ◦ blue 91

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

Shades of Jazzberry Jam #9F195B

Tints of Jazzberry Jam #9F195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 57.82%
G = 9.09%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F195B (or 0x9F195B) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 5B. RGB value is (159,25,91). Sum of RGB (Red+Green+Blue) = 159+25+91=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F195B is #60E6A4. Grayscale: #484848. Windows color (decimal): -6350501 or 5970335. OLE color: 5970335.

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

Color convert

RGB 159 25 91 -
CMYK 0 0.84 0.43 0.38
HSL 330.45º 0.73% 0.36% -
HSV(B) 330.45º 0.84% 0.62% -
XYZ 16.53 8.82 10.73 -
YUV 72.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 159 25 91 0 0.84 0.43 0.38 330.45 0.73 0.36
Hex 9F 19 5B 0 54 2B 26 14A 49 24
Octal 237 31 133 0 124 53 46 512 111 44
Binary 10011111 11001 1011011 0 1010100 101011 100110 101001010 1001001 100100

Color Harmonies of #9F195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F195B

Black with #9F195B

Text Example


Text Example

White with #9F195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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