Html Css Color HEX #9B1A5C Jazzberry Jam

📋 copy color: '#9B1A5C'

red 155 ◦ green 26 ◦ blue 92

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

Shades of Jazzberry Jam #9B1A5C

Tints of Jazzberry Jam #9B1A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.52%

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

R = 56.78%
G = 9.52%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B1A5C (or 0x9B1A5C) is known color: Jazzberry Jam. HEX triplet: 9B, 1A and 5C. RGB value is (155,26,92). Sum of RGB (Red+Green+Blue) = 155+26+92=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1A5C is #64E5A3. Grayscale: #474747. Windows color (decimal): -6612388 or 6036123. OLE color: 6036123.

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

Color convert

RGB 155 26 92 -
CMYK 0 0.83 0.41 0.39
HSL 329.3º 0.71% 0.35% -
HSV(B) 329.3º 0.83% 0.61% -
XYZ 15.82 8.48 10.93 -
YUV 72.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 155 26 92 0 0.83 0.41 0.39 329.3 0.71 0.35
Hex 9B 1A 5C 0 53 29 27 149 47 23
Octal 233 32 134 0 123 51 47 511 107 43
Binary 10011011 11010 1011100 0 1010011 101001 100111 101001001 1000111 100011

Color Harmonies of #9B1A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1A5C

Black with #9B1A5C

Text Example


Text Example

White with #9B1A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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