Html Css Color HEX #9B1663 Jazzberry Jam

📋 copy color: '#9B1663'

red 155 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #9B1663

Tints of Jazzberry Jam #9B1663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 56.16%
G = 7.97%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B1663 (or 0x9B1663) is known color: Jazzberry Jam. HEX triplet: 9B, 16 and 63. RGB value is (155,22,99). Sum of RGB (Red+Green+Blue) = 155+22+99=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1663 is #64E99C. Grayscale: #464646. Windows color (decimal): -6613405 or 6493851. OLE color: 6493851.

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

Color convert

RGB 155 22 99 -
CMYK 0 0.86 0.36 0.39
HSL 325.26º 0.75% 0.35% -
HSV(B) 325.26º 0.86% 0.61% -
XYZ 16.06 8.44 12.59 -
YUV 70.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 155 22 99 0 0.86 0.36 0.39 325.26 0.75 0.35
Hex 9B 16 63 0 56 24 27 145 4B 23
Octal 233 26 143 0 126 44 47 505 113 43
Binary 10011011 10110 1100011 0 1010110 100100 100111 101000101 1001011 100011

Color Harmonies of #9B1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1663

Black with #9B1663

Text Example


Text Example

White with #9B1663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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