Html Css Color HEX #9B1B60 Jazzberry Jam

📋 copy color: '#9B1B60'

red 155 ◦ green 27 ◦ blue 96

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

Shades of Jazzberry Jam #9B1B60

Tints of Jazzberry Jam #9B1B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 55.76%
G = 9.71%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B1B60 (or 0x9B1B60) is known color: Jazzberry Jam. HEX triplet: 9B, 1B and 60. RGB value is (155,27,96). Sum of RGB (Red+Green+Blue) = 155+27+96=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1B60 is #64E49F. Grayscale: #484848. Windows color (decimal): -6612128 or 6298523. OLE color: 6298523.

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

Color convert

RGB 155 27 96 -
CMYK 0 0.83 0.38 0.39
HSL 327.66º 0.7% 0.36% -
HSV(B) 327.66º 0.83% 0.61% -
XYZ 16.02 8.6 11.88 -
YUV 73.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 155 27 96 0 0.83 0.38 0.39 327.66 0.7 0.36
Hex 9B 1B 60 0 53 26 27 148 46 24
Octal 233 33 140 0 123 46 47 510 106 44
Binary 10011011 11011 1100000 0 1010011 100110 100111 101001000 1000110 100100

Color Harmonies of #9B1B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1B60

Black with #9B1B60

Text Example


Text Example

White with #9B1B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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