Html Css Color HEX #9B104D Jazzberry Jam

📋 copy color: '#9B104D'

red 155 ◦ green 16 ◦ blue 77

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

Shades of Jazzberry Jam #9B104D

Tints of Jazzberry Jam #9B104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 77 (30.47% from 255) = 31.05%

R = 62.5%
G = 6.45%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B104D (or 0x9B104D) is known color: Jazzberry Jam. HEX triplet: 9B, 10 and 4D. RGB value is (155,16,77). Sum of RGB (Red+Green+Blue) = 155+16+77=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B104D is #64EFB2. Grayscale: #404040. Windows color (decimal): -6614963 or 5050523. OLE color: 5050523.

HSL color Cylindrical-coordinate representation of color #9B104D: hue angle of 333.67º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B104D is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 16 77 -
CMYK 0 0.90 0.50 0.39
HSL 333.67º 0.81% 0.34% -
HSV(B) 333.67º 0.9% 0.61% -
XYZ 15.04 7.87 7.75 -
YUV 64.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 155 16 77 0 0.90 0.50 0.39 333.67 0.81 0.34
Hex 9B 10 4D 0 5A 32 27 14E 51 22
Octal 233 20 115 0 132 62 47 516 121 42
Binary 10011011 10000 1001101 0 1011010 110010 100111 101001110 1010001 100010

Color Harmonies of #9B104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B104D

Black with #9B104D

Text Example


Text Example

White with #9B104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,16,77); }

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

background-color css

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

 a { background-color: rgb(155,16,77); }

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

border-color css

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

 span { border-color: rgb(155,16,77); }

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