Html Css Color HEX #9F154E Jazzberry Jam

📋 copy color: '#9F154E'

red 159 ◦ green 21 ◦ blue 78

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

Shades of Jazzberry Jam #9F154E

Tints of Jazzberry Jam #9F154E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 61.63%
G = 8.14%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9F154E (or 0x9F154E) is known color: Jazzberry Jam. HEX triplet: 9F, 15 and 4E. RGB value is (159,21,78). Sum of RGB (Red+Green+Blue) = 159+21+78=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F154E is #60EAB1. Grayscale: #444444. Windows color (decimal): -6351538 or 5117343. OLE color: 5117343.

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

Color convert

RGB 159 21 78 -
CMYK 0 0.87 0.51 0.38
HSL 335.22º 0.77% 0.35% -
HSV(B) 335.22º 0.87% 0.62% -
XYZ 15.94 8.46 8 -
YUV 68.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 159 21 78 0 0.87 0.51 0.38 335.22 0.77 0.35
Hex 9F 15 4E 0 57 33 26 14F 4D 23
Octal 237 25 116 0 127 63 46 517 115 43
Binary 10011111 10101 1001110 0 1010111 110011 100110 101001111 1001101 100011

Color Harmonies of #9F154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F154E

Black with #9F154E

Text Example


Text Example

White with #9F154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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