Html Css Color HEX #9B1759 Jazzberry Jam

📋 copy color: '#9B1759'

red 155 ◦ green 23 ◦ blue 89

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

Shades of Jazzberry Jam #9B1759

Tints of Jazzberry Jam #9B1759

RGB

 RED value IS 155 (60.94% from 255) = 58.05%

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

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

R = 58.05%
G = 8.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B1759 (or 0x9B1759) is known color: Jazzberry Jam. HEX triplet: 9B, 17 and 59. RGB value is (155,23,89). Sum of RGB (Red+Green+Blue) = 155+23+89=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1759 is #64E8A6. Grayscale: #454545. Windows color (decimal): -6613159 or 5838747. OLE color: 5838747.

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

Color convert

RGB 155 23 89 -
CMYK 0 0.85 0.43 0.39
HSL 330º 0.74% 0.35% -
HSV(B) 330º 0.85% 0.61% -
XYZ 15.63 8.3 10.23 -
YUV 69.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 155 23 89 0 0.85 0.43 0.39 330 0.74 0.35
Hex 9B 17 59 0 55 2B 27 14A 4A 23
Octal 233 27 131 0 125 53 47 512 112 43
Binary 10011011 10111 1011001 0 1010101 101011 100111 101001010 1001010 100011

Color Harmonies of #9B1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1759

Black with #9B1759

Text Example


Text Example

White with #9B1759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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