Html Css Color HEX #9B166A Jazzberry Jam

📋 copy color: '#9B166A'

red 155 ◦ green 22 ◦ blue 106

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

Shades of Jazzberry Jam #9B166A

Tints of Jazzberry Jam #9B166A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.77%

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

R = 54.77%
G = 7.77%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B166A (or 0x9B166A) is known color: Jazzberry Jam. HEX triplet: 9B, 16 and 6A. RGB value is (155,22,106). Sum of RGB (Red+Green+Blue) = 155+22+106=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B166A is #64E995. Grayscale: #474747. Windows color (decimal): -6613398 or 6952603. OLE color: 6952603.

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

Color convert

RGB 155 22 106 -
CMYK 0 0.86 0.32 0.39
HSL 322.11º 0.75% 0.35% -
HSV(B) 322.11º 0.86% 0.61% -
XYZ 16.41 8.58 14.43 -
YUV 71.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 155 22 106 0 0.86 0.32 0.39 322.11 0.75 0.35
Hex 9B 16 6A 0 56 20 27 142 4B 23
Octal 233 26 152 0 126 40 47 502 113 43
Binary 10011011 10110 1101010 0 1010110 100000 100111 101000010 1001011 100011

Color Harmonies of #9B166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B166A

Black with #9B166A

Text Example


Text Example

White with #9B166A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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