Html Css Color HEX #9F1363 Jazzberry Jam

📋 copy color: '#9F1363'

red 159 ◦ green 19 ◦ blue 99

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

Shades of Jazzberry Jam #9F1363

Tints of Jazzberry Jam #9F1363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

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

R = 57.4%
G = 6.86%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F1363 (or 0x9F1363) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 63. RGB value is (159,19,99). Sum of RGB (Red+Green+Blue) = 159+19+99=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1363 is #60EC9C. Grayscale: #454545. Windows color (decimal): -6352029 or 6493087. OLE color: 6493087.

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

Color convert

RGB 159 19 99 -
CMYK 0 0.88 0.38 0.38
HSL 325.71º 0.79% 0.35% -
HSV(B) 325.71º 0.88% 0.62% -
XYZ 16.78 8.74 12.61 -
YUV 69.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 159 19 99 0 0.88 0.38 0.38 325.71 0.79 0.35
Hex 9F 13 63 0 58 26 26 146 4F 23
Octal 237 23 143 0 130 46 46 506 117 43
Binary 10011111 10011 1100011 0 1011000 100110 100110 101000110 1001111 100011

Color Harmonies of #9F1363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1363

Black with #9F1363

Text Example


Text Example

White with #9F1363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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