Html Css Color HEX #9B155C Jazzberry Jam

📋 copy color: '#9B155C'

red 155 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #9B155C

Tints of Jazzberry Jam #9B155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 57.84%
G = 7.84%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B155C (or 0x9B155C) is known color: Jazzberry Jam. HEX triplet: 9B, 15 and 5C. RGB value is (155,21,92). Sum of RGB (Red+Green+Blue) = 155+21+92=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B155C is #64EAA3. Grayscale: #454545. Windows color (decimal): -6613668 or 6034843. OLE color: 6034843.

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

Color convert

RGB 155 21 92 -
CMYK 0 0.86 0.41 0.39
HSL 328.21º 0.76% 0.35% -
HSV(B) 328.21º 0.86% 0.61% -
XYZ 15.72 8.28 10.89 -
YUV 69.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 155 21 92 0 0.86 0.41 0.39 328.21 0.76 0.35
Hex 9B 15 5C 0 56 29 27 148 4C 23
Octal 233 25 134 0 126 51 47 510 114 43
Binary 10011011 10101 1011100 0 1010110 101001 100111 101001000 1001100 100011

Color Harmonies of #9B155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B155C

Black with #9B155C

Text Example


Text Example

White with #9B155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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