Html Css Color HEX #9F1762 Jazzberry Jam

📋 copy color: '#9F1762'

red 159 ◦ green 23 ◦ blue 98

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

Shades of Jazzberry Jam #9F1762

Tints of Jazzberry Jam #9F1762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

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

R = 56.79%
G = 8.21%
B = 35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F1762 (or 0x9F1762) is known color: Jazzberry Jam. HEX triplet: 9F, 17 and 62. RGB value is (159,23,98). Sum of RGB (Red+Green+Blue) = 159+23+98=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1762 is #60E89D. Grayscale: #484848. Windows color (decimal): -6351006 or 6428575. OLE color: 6428575.

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

Color convert

RGB 159 23 98 -
CMYK 0 0.86 0.38 0.38
HSL 326.91º 0.75% 0.36% -
HSV(B) 326.91º 0.86% 0.62% -
XYZ 16.81 8.87 12.38 -
YUV 72.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 159 23 98 0 0.86 0.38 0.38 326.91 0.75 0.36
Hex 9F 17 62 0 56 26 26 147 4B 24
Octal 237 27 142 0 126 46 46 507 113 44
Binary 10011111 10111 1100010 0 1010110 100110 100110 101000111 1001011 100100

Color Harmonies of #9F1762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1762

Black with #9F1762

Text Example


Text Example

White with #9F1762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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