Html Css Color HEX #9B166C Jazzberry Jam

📋 copy color: '#9B166C'

red 155 ◦ green 22 ◦ blue 108

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

Shades of Jazzberry Jam #9B166C

Tints of Jazzberry Jam #9B166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 54.39%
G = 7.72%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B166C (or 0x9B166C) is known color: Jazzberry Jam. HEX triplet: 9B, 16 and 6C. RGB value is (155,22,108). Sum of RGB (Red+Green+Blue) = 155+22+108=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B166C is #64E993. Grayscale: #474747. Windows color (decimal): -6613396 or 7083675. OLE color: 7083675.

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

Color convert

RGB 155 22 108 -
CMYK 0 0.86 0.30 0.39
HSL 321.2º 0.75% 0.35% -
HSV(B) 321.2º 0.86% 0.61% -
XYZ 16.51 8.63 14.98 -
YUV 71.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 155 22 108 0 0.86 0.30 0.39 321.2 0.75 0.35
Hex 9B 16 6C 0 56 1E 27 141 4B 23
Octal 233 26 154 0 126 36 47 501 113 43
Binary 10011011 10110 1101100 0 1010110 11110 100111 101000001 1001011 100011

Color Harmonies of #9B166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B166C

Black with #9B166C

Text Example


Text Example

White with #9B166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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