Html Css Color HEX #9B176D Jazzberry Jam

📋 copy color: '#9B176D'

red 155 ◦ green 23 ◦ blue 109

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

Shades of Jazzberry Jam #9B176D

Tints of Jazzberry Jam #9B176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 54.01%
G = 8.01%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B176D (or 0x9B176D) is known color: Jazzberry Jam. HEX triplet: 9B, 17 and 6D. RGB value is (155,23,109). Sum of RGB (Red+Green+Blue) = 155+23+109=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B176D is #64E892. Grayscale: #484848. Windows color (decimal): -6613139 or 7149467. OLE color: 7149467.

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

Color convert

RGB 155 23 109 -
CMYK 0 0.85 0.30 0.39
HSL 320.91º 0.74% 0.35% -
HSV(B) 320.91º 0.85% 0.61% -
XYZ 16.58 8.69 15.27 -
YUV 72.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 155 23 109 0 0.85 0.30 0.39 320.91 0.74 0.35
Hex 9B 17 6D 0 55 1E 27 141 4A 23
Octal 233 27 155 0 125 36 47 501 112 43
Binary 10011011 10111 1101101 0 1010101 11110 100111 101000001 1001010 100011

Color Harmonies of #9B176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B176D

Black with #9B176D

Text Example


Text Example

White with #9B176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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