Html Css Color HEX #9B216D Jazzberry Jam

📋 copy color: '#9B216D'

red 155 ◦ green 33 ◦ blue 109

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

Shades of Jazzberry Jam #9B216D

Tints of Jazzberry Jam #9B216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

 BLUE value IS 109 (42.97% from 255) = 36.7%

R = 52.19%
G = 11.11%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B216D (or 0x9B216D) is known color: Jazzberry Jam. HEX triplet: 9B, 21 and 6D. RGB value is (155,33,109). Sum of RGB (Red+Green+Blue) = 155+33+109=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B216D is #64DE92. Grayscale: #4D4D4D. Windows color (decimal): -6610579 or 7152027. OLE color: 7152027.

HSL color Cylindrical-coordinate representation of color #9B216D: hue angle of 322.62º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B216D is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 33 109 -
CMYK 0 0.79 0.30 0.39
HSL 322.62º 0.65% 0.37% -
HSV(B) 322.62º 0.79% 0.61% -
XYZ 16.82 9.16 15.35 -
YUV 78.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 155 33 109 0 0.79 0.30 0.39 322.62 0.65 0.37
Hex 9B 21 6D 0 4F 1E 27 143 41 25
Octal 233 41 155 0 117 36 47 503 101 45
Binary 10011011 100001 1101101 0 1001111 11110 100111 101000011 1000001 100101

Color Harmonies of #9B216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B216D

Black with #9B216D

Text Example


Text Example

White with #9B216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,33,109); }

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

background-color css

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

 a { background-color: rgb(155,33,109); }

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

border-color css

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

 span { border-color: rgb(155,33,109); }

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