Html Css Color HEX #9B196B Jazzberry Jam

📋 copy color: '#9B196B'

red 155 ◦ green 25 ◦ blue 107

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

Shades of Jazzberry Jam #9B196B

Tints of Jazzberry Jam #9B196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.71%

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 54.01%
G = 8.71%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B196B (or 0x9B196B) is known color: Jazzberry Jam. HEX triplet: 9B, 19 and 6B. RGB value is (155,25,107). Sum of RGB (Red+Green+Blue) = 155+25+107=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B196B is #64E694. Grayscale: #494949. Windows color (decimal): -6612629 or 7018907. OLE color: 7018907.

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

Color convert

RGB 155 25 107 -
CMYK 0 0.84 0.31 0.39
HSL 322.15º 0.72% 0.35% -
HSV(B) 322.15º 0.84% 0.61% -
XYZ 16.52 8.73 14.72 -
YUV 73.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 155 25 107 0 0.84 0.31 0.39 322.15 0.72 0.35
Hex 9B 19 6B 0 54 1F 27 142 48 23
Octal 233 31 153 0 124 37 47 502 110 43
Binary 10011011 11001 1101011 0 1010100 11111 100111 101000010 1001000 100011

Color Harmonies of #9B196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B196B

Black with #9B196B

Text Example


Text Example

White with #9B196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,107); }

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

background-color css

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

 a { background-color: rgb(155,25,107); }

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

border-color css

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

 span { border-color: rgb(155,25,107); }

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