Html Css Color HEX #9F1163 Jazzberry Jam

📋 copy color: '#9F1163'

red 159 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #9F1163

Tints of Jazzberry Jam #9F1163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 57.82%
G = 6.18%
B = 36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F1163 (or 0x9F1163) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 63. RGB value is (159,17,99). Sum of RGB (Red+Green+Blue) = 159+17+99=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1163 is #60EE9C. Grayscale: #444444. Windows color (decimal): -6352541 or 6492575. OLE color: 6492575.

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

Color convert

RGB 159 17 99 -
CMYK 0 0.89 0.38 0.38
HSL 325.35º 0.81% 0.35% -
HSV(B) 325.35º 0.89% 0.62% -
XYZ 16.75 8.67 12.6 -
YUV 68.81 145.04 192.33 -
System Red Green Blue C M Y K H S L
Decimal 159 17 99 0 0.89 0.38 0.38 325.35 0.81 0.35
Hex 9F 11 63 0 59 26 26 145 51 23
Octal 237 21 143 0 131 46 46 505 121 43
Binary 10011111 10001 1100011 0 1011001 100110 100110 101000101 1010001 100011

Color Harmonies of #9F1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1163

Black with #9F1163

Text Example


Text Example

White with #9F1163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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