Html Css Color HEX #9F155E Jazzberry Jam

📋 copy color: '#9F155E'

red 159 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #9F155E

Tints of Jazzberry Jam #9F155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 58.03%
G = 7.66%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F155E (or 0x9F155E) is known color: Jazzberry Jam. HEX triplet: 9F, 15 and 5E. RGB value is (159,21,94). Sum of RGB (Red+Green+Blue) = 159+21+94=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F155E is #60EAA1. Grayscale: #464646. Windows color (decimal): -6351522 or 6165919. OLE color: 6165919.

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

Color convert

RGB 159 21 94 -
CMYK 0 0.87 0.41 0.38
HSL 328.26º 0.77% 0.35% -
HSV(B) 328.26º 0.87% 0.62% -
XYZ 16.59 8.72 11.4 -
YUV 70.58 141.22 191.06 -
System Red Green Blue C M Y K H S L
Decimal 159 21 94 0 0.87 0.41 0.38 328.26 0.77 0.35
Hex 9F 15 5E 0 57 29 26 148 4D 23
Octal 237 25 136 0 127 51 46 510 115 43
Binary 10011111 10101 1011110 0 1010111 101001 100110 101001000 1001101 100011

Color Harmonies of #9F155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F155E

Black with #9F155E

Text Example


Text Example

White with #9F155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,21,94); }

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

background-color css

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

 a { background-color: rgb(159,21,94); }

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

border-color css

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

 span { border-color: rgb(159,21,94); }

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