Html Css Color HEX #9B1758 Jazzberry Jam

📋 copy color: '#9B1758'

red 155 ◦ green 23 ◦ blue 88

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

Shades of Jazzberry Jam #9B1758

Tints of Jazzberry Jam #9B1758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.08%

R = 58.27%
G = 8.65%
B = 33.08%

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

#9B1758 (or 0x9B1758) is known color: Jazzberry Jam. HEX triplet: 9B, 17 and 58. RGB value is (155,23,88). Sum of RGB (Red+Green+Blue) = 155+23+88=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1758 is #64E8A7. Grayscale: #454545. Windows color (decimal): -6613160 or 5773211. OLE color: 5773211.

HSL color Cylindrical-coordinate representation of color #9B1758: hue angle of 330.45º 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 #9B1758 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 23 88 -
CMYK 0 0.85 0.43 0.39
HSL 330.45º 0.74% 0.35% -
HSV(B) 330.45º 0.85% 0.61% -
XYZ 15.59 8.29 10.01 -
YUV 69.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 155 23 88 0 0.85 0.43 0.39 330.45 0.74 0.35
Hex 9B 17 58 0 55 2B 27 14A 4A 23
Octal 233 27 130 0 125 53 47 512 112 43
Binary 10011011 10111 1011000 0 1010101 101011 100111 101001010 1001010 100011

Color Harmonies of #9B1758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1758

Black with #9B1758

Text Example


Text Example

White with #9B1758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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