Html Css Color HEX #9B1754 Jazzberry Jam

📋 copy color: '#9B1754'

red 155 ◦ green 23 ◦ blue 84

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

Shades of Jazzberry Jam #9B1754

Tints of Jazzberry Jam #9B1754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

 BLUE value IS 84 (33.2% from 255) = 32.06%

R = 59.16%
G = 8.78%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B1754 (or 0x9B1754) is known color: Jazzberry Jam. HEX triplet: 9B, 17 and 54. RGB value is (155,23,84). Sum of RGB (Red+Green+Blue) = 155+23+84=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1754 is #64E8AB. Grayscale: #454545. Windows color (decimal): -6613164 or 5511067. OLE color: 5511067.

HSL color Cylindrical-coordinate representation of color #9B1754: hue angle of 332.27º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1754 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 23 84 -
CMYK 0 0.85 0.46 0.39
HSL 332.27º 0.74% 0.35% -
HSV(B) 332.27º 0.85% 0.61% -
XYZ 15.42 8.22 9.16 -
YUV 69.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 155 23 84 0 0.85 0.46 0.39 332.27 0.74 0.35
Hex 9B 17 54 0 55 2E 27 14C 4A 23
Octal 233 27 124 0 125 56 47 514 112 43
Binary 10011011 10111 1010100 0 1010101 101110 100111 101001100 1001010 100011

Color Harmonies of #9B1754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1754

Black with #9B1754

Text Example


Text Example

White with #9B1754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,23,84); }

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

background-color css

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

 a { background-color: rgb(155,23,84); }

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

border-color css

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

 span { border-color: rgb(155,23,84); }

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