Html Css Color HEX #9A1759 Jazzberry Jam

📋 copy color: '#9A1759'

red 154 ◦ green 23 ◦ blue 89

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

Shades of Jazzberry Jam #9A1759

Tints of Jazzberry Jam #9A1759

RGB

 RED value IS 154 (60.55% from 255) = 57.89%

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

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 57.89%
G = 8.65%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A1759 (or 0x9A1759) is known color: Jazzberry Jam. HEX triplet: 9A, 17 and 59. RGB value is (154,23,89). Sum of RGB (Red+Green+Blue) = 154+23+89=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1759 is #65E8A6. Grayscale: #454545. Windows color (decimal): -6678695 or 5838746. OLE color: 5838746.

HSL color Cylindrical-coordinate representation of color #9A1759: hue angle of 329.77º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1759 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 23 89 -
CMYK 0 0.85 0.42 0.40
HSL 329.77º 0.74% 0.35% -
HSV(B) 329.77º 0.85% 0.6% -
XYZ 15.44 8.2 10.22 -
YUV 69.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 154 23 89 0 0.85 0.42 0.40 329.77 0.74 0.35
Hex 9A 17 59 0 55 2A 28 14A 4A 23
Octal 232 27 131 0 125 52 50 512 112 43
Binary 10011010 10111 1011001 0 1010101 101010 101000 101001010 1001010 100011

Color Harmonies of #9A1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1759

Black with #9A1759

Text Example


Text Example

White with #9A1759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,23,89); }

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

background-color css

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

 a { background-color: rgb(154,23,89); }

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

border-color css

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

 span { border-color: rgb(154,23,89); }

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