Html Css Color HEX #9B176A Jazzberry Jam

📋 copy color: '#9B176A'

red 155 ◦ green 23 ◦ blue 106

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

Shades of Jazzberry Jam #9B176A

Tints of Jazzberry Jam #9B176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 54.58%
G = 8.1%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B176A (or 0x9B176A) is known color: Jazzberry Jam. HEX triplet: 9B, 17 and 6A. RGB value is (155,23,106). Sum of RGB (Red+Green+Blue) = 155+23+106=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B176A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B176A is #64E895. Grayscale: #474747. Windows color (decimal): -6613142 or 6952859. OLE color: 6952859.

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

Color convert

RGB 155 23 106 -
CMYK 0 0.85 0.32 0.39
HSL 322.27º 0.74% 0.35% -
HSV(B) 322.27º 0.85% 0.61% -
XYZ 16.43 8.62 14.43 -
YUV 71.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 155 23 106 0 0.85 0.32 0.39 322.27 0.74 0.35
Hex 9B 17 6A 0 55 20 27 142 4A 23
Octal 233 27 152 0 125 40 47 502 112 43
Binary 10011011 10111 1101010 0 1010101 100000 100111 101000010 1001010 100011

Color Harmonies of #9B176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B176A

Black with #9B176A

Text Example


Text Example

White with #9B176A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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