Html Css Color HEX #9B1463 Jazzberry Jam

📋 copy color: '#9B1463'

red 155 ◦ green 20 ◦ blue 99

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

Shades of Jazzberry Jam #9B1463

Tints of Jazzberry Jam #9B1463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

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

R = 56.57%
G = 7.3%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B1463 (or 0x9B1463) is known color: Jazzberry Jam. HEX triplet: 9B, 14 and 63. RGB value is (155,20,99). Sum of RGB (Red+Green+Blue) = 155+20+99=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1463 is #64EB9C. Grayscale: #454545. Windows color (decimal): -6613917 or 6493339. OLE color: 6493339.

HSL color Cylindrical-coordinate representation of color #9B1463: hue angle of 324.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1463 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 20 99 -
CMYK 0 0.87 0.36 0.39
HSL 324.89º 0.77% 0.34% -
HSV(B) 324.89º 0.87% 0.61% -
XYZ 16.02 8.37 12.58 -
YUV 69.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 155 20 99 0 0.87 0.36 0.39 324.89 0.77 0.34
Hex 9B 14 63 0 57 24 27 145 4D 22
Octal 233 24 143 0 127 44 47 505 115 42
Binary 10011011 10100 1100011 0 1010111 100100 100111 101000101 1001101 100010

Color Harmonies of #9B1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1463

Black with #9B1463

Text Example


Text Example

White with #9B1463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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