Html Css Color HEX #9F1562 Jazzberry Jam

📋 copy color: '#9F1562'

red 159 ◦ green 21 ◦ blue 98

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

Shades of Jazzberry Jam #9F1562

Tints of Jazzberry Jam #9F1562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 57.19%
G = 7.55%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F1562 (or 0x9F1562) is known color: Jazzberry Jam. HEX triplet: 9F, 15 and 62. RGB value is (159,21,98). Sum of RGB (Red+Green+Blue) = 159+21+98=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1562 is #60EA9D. Grayscale: #464646. Windows color (decimal): -6351518 or 6428063. OLE color: 6428063.

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

Color convert

RGB 159 21 98 -
CMYK 0 0.87 0.38 0.38
HSL 326.52º 0.77% 0.35% -
HSV(B) 326.52º 0.87% 0.62% -
XYZ 16.77 8.79 12.37 -
YUV 71.04 143.22 190.74 -
System Red Green Blue C M Y K H S L
Decimal 159 21 98 0 0.87 0.38 0.38 326.52 0.77 0.35
Hex 9F 15 62 0 57 26 26 147 4D 23
Octal 237 25 142 0 127 46 46 507 115 43
Binary 10011111 10101 1100010 0 1010111 100110 100110 101000111 1001101 100011

Color Harmonies of #9F1562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1562

Black with #9F1562

Text Example


Text Example

White with #9F1562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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