Html Css Color HEX #9B1B63 Jazzberry Jam

📋 copy color: '#9B1B63'

red 155 ◦ green 27 ◦ blue 99

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

Shades of Jazzberry Jam #9B1B63

Tints of Jazzberry Jam #9B1B63

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.61%

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

R = 55.16%
G = 9.61%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B1B63 (or 0x9B1B63) is known color: Jazzberry Jam. HEX triplet: 9B, 1B and 63. RGB value is (155,27,99). Sum of RGB (Red+Green+Blue) = 155+27+99=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1B63 is #64E49C. Grayscale: #494949. Windows color (decimal): -6612125 or 6495131. OLE color: 6495131.

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

Color convert

RGB 155 27 99 -
CMYK 0 0.83 0.36 0.39
HSL 326.25º 0.7% 0.36% -
HSV(B) 326.25º 0.83% 0.61% -
XYZ 16.16 8.65 12.62 -
YUV 73.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 155 27 99 0 0.83 0.36 0.39 326.25 0.7 0.36
Hex 9B 1B 63 0 53 24 27 146 46 24
Octal 233 33 143 0 123 44 47 506 106 44
Binary 10011011 11011 1100011 0 1010011 100100 100111 101000110 1000110 100100

Color Harmonies of #9B1B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1B63

Black with #9B1B63

Text Example


Text Example

White with #9B1B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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