Html Css Color HEX #9B155F Jazzberry Jam

📋 copy color: '#9B155F'

red 155 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #9B155F

Tints of Jazzberry Jam #9B155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 57.2%
G = 7.75%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B155F (or 0x9B155F) is known color: Jazzberry Jam. HEX triplet: 9B, 15 and 5F. RGB value is (155,21,95). Sum of RGB (Red+Green+Blue) = 155+21+95=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B155F is #64EAA0. Grayscale: #454545. Windows color (decimal): -6613665 or 6231451. OLE color: 6231451.

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

Color convert

RGB 155 21 95 -
CMYK 0 0.86 0.39 0.39
HSL 326.87º 0.76% 0.35% -
HSV(B) 326.87º 0.86% 0.61% -
XYZ 15.85 8.33 11.6 -
YUV 69.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 155 21 95 0 0.86 0.39 0.39 326.87 0.76 0.35
Hex 9B 15 5F 0 56 27 27 147 4C 23
Octal 233 25 137 0 126 47 47 507 114 43
Binary 10011011 10101 1011111 0 1010110 100111 100111 101000111 1001100 100011

Color Harmonies of #9B155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B155F

Black with #9B155F

Text Example


Text Example

White with #9B155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,21,95); }

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

background-color css

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

 a { background-color: rgb(155,21,95); }

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

border-color css

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

 span { border-color: rgb(155,21,95); }

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