Html Css Color HEX #9F114F Jazzberry Jam

📋 copy color: '#9F114F'

red 159 ◦ green 17 ◦ blue 79

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

Shades of Jazzberry Jam #9F114F

Tints of Jazzberry Jam #9F114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

 BLUE value IS 79 (31.25% from 255) = 30.98%

R = 62.35%
G = 6.67%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F114F (or 0x9F114F) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 4F. RGB value is (159,17,79). Sum of RGB (Red+Green+Blue) = 159+17+79=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F114F is #60EEB0. Grayscale: #424242. Windows color (decimal): -6352561 or 5181855. OLE color: 5181855.

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

Color convert

RGB 159 17 79 -
CMYK 0 0.89 0.50 0.38
HSL 333.8º 0.81% 0.35% -
HSV(B) 333.8º 0.89% 0.62% -
XYZ 15.91 8.34 8.17 -
YUV 66.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 159 17 79 0 0.89 0.50 0.38 333.8 0.81 0.35
Hex 9F 11 4F 0 59 32 26 14E 51 23
Octal 237 21 117 0 131 62 46 516 121 43
Binary 10011111 10001 1001111 0 1011001 110010 100110 101001110 1010001 100011

Color Harmonies of #9F114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F114F

Black with #9F114F

Text Example


Text Example

White with #9F114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,17,79); }

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

background-color css

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

 a { background-color: rgb(159,17,79); }

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

border-color css

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

 span { border-color: rgb(159,17,79); }

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