Html Css Color HEX #9B196D Jazzberry Jam

📋 copy color: '#9B196D'

red 155 ◦ green 25 ◦ blue 109

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

Shades of Jazzberry Jam #9B196D

Tints of Jazzberry Jam #9B196D

RGB

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

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

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

R = 53.63%
G = 8.65%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B196D (or 0x9B196D) is known color: Jazzberry Jam. HEX triplet: 9B, 19 and 6D. RGB value is (155,25,109). Sum of RGB (Red+Green+Blue) = 155+25+109=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B196D is #64E692. Grayscale: #494949. Windows color (decimal): -6612627 or 7149979. OLE color: 7149979.

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

Color convert

RGB 155 25 109 -
CMYK 0 0.84 0.30 0.39
HSL 321.23º 0.72% 0.35% -
HSV(B) 321.23º 0.84% 0.61% -
XYZ 16.63 8.77 15.28 -
YUV 73.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 155 25 109 0 0.84 0.30 0.39 321.23 0.72 0.35
Hex 9B 19 6D 0 54 1E 27 141 48 23
Octal 233 31 155 0 124 36 47 501 110 43
Binary 10011011 11001 1101101 0 1010100 11110 100111 101000001 1001000 100011

Color Harmonies of #9B196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B196D

Black with #9B196D

Text Example


Text Example

White with #9B196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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