Html Css Color HEX #9B0946 Jazzberry Jam

📋 copy color: '#9B0946'

red 155 ◦ green 9 ◦ blue 70

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

Shades of Jazzberry Jam #9B0946

Tints of Jazzberry Jam #9B0946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 66.24%
G = 3.85%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B0946 (or 0x9B0946) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 46. RGB value is (155,9,70). Sum of RGB (Red+Green+Blue) = 155+9+70=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0946 is #64F6B9. Grayscale: #3B3B3B. Windows color (decimal): -6616762 or 4589979. OLE color: 4589979.

HSL color Cylindrical-coordinate representation of color #9B0946: hue angle of 334.93º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0946 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 9 70 -
CMYK 0 0.94 0.55 0.39
HSL 334.93º 0.89% 0.32% -
HSV(B) 334.93º 0.94% 0.61% -
XYZ 14.72 7.61 6.49 -
YUV 59.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 155 9 70 0 0.94 0.55 0.39 334.93 0.89 0.32
Hex 9B 9 46 0 5E 37 27 14F 59 20
Octal 233 11 106 0 136 67 47 517 131 40
Binary 10011011 1001 1000110 0 1011110 110111 100111 101001111 1011001 100000

Color Harmonies of #9B0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0946

Black with #9B0946

Text Example


Text Example

White with #9B0946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,9,70); }

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

background-color css

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

 a { background-color: rgb(155,9,70); }

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

border-color css

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

 span { border-color: rgb(155,9,70); }

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