Html Css Color HEX #9B155D Jazzberry Jam

📋 copy color: '#9B155D'

red 155 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #9B155D

Tints of Jazzberry Jam #9B155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 57.62%
G = 7.81%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B155D (or 0x9B155D) is known color: Jazzberry Jam. HEX triplet: 9B, 15 and 5D. RGB value is (155,21,93). Sum of RGB (Red+Green+Blue) = 155+21+93=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B155D is #64EAA2. Grayscale: #454545. Windows color (decimal): -6613667 or 6100379. OLE color: 6100379.

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

Color convert

RGB 155 21 93 -
CMYK 0 0.86 0.4 0.39
HSL 327.76º 0.76% 0.35% -
HSV(B) 327.76º 0.86% 0.61% -
XYZ 15.76 8.3 11.13 -
YUV 69.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 155 21 93 0 0.86 0.4 0.39 327.76 0.76 0.35
Hex 9B 15 5D 0 56 28 27 148 4C 23
Octal 233 25 135 0 126 50 47 510 114 43
Binary 10011011 10101 1011101 0 1010110 101000 100111 101001000 1001100 100011

Color Harmonies of #9B155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B155D

Black with #9B155D

Text Example


Text Example

White with #9B155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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