Html Css Color HEX #9B044A Jazzberry Jam

📋 copy color: '#9B044A'

red 155 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #9B044A

Tints of Jazzberry Jam #9B044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

 BLUE value IS 74 (29.3% from 255) = 31.76%

R = 66.52%
G = 1.72%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B044A (or 0x9B044A) is known color: Jazzberry Jam. HEX triplet: 9B, 04 and 4A. RGB value is (155,4,74). Sum of RGB (Red+Green+Blue) = 155+4+74=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B044A is #64FBB5. Grayscale: #393939. Windows color (decimal): -6618038 or 4850843. OLE color: 4850843.

HSL color Cylindrical-coordinate representation of color #9B044A: hue angle of 332.19º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B044A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 4 74 -
CMYK 0 0.97 0.52 0.39
HSL 332.19º 0.95% 0.31% -
HSV(B) 332.19º 0.97% 0.61% -
XYZ 14.8 7.55 7.16 -
YUV 57.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 155 4 74 0 0.97 0.52 0.39 332.19 0.95 0.31
Hex 9B 4 4A 0 61 34 27 14C 5F 1F
Octal 233 4 112 0 141 64 47 514 137 37
Binary 10011011 100 1001010 0 1100001 110100 100111 101001100 1011111 11111

Color Harmonies of #9B044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B044A

Black with #9B044A

Text Example


Text Example

White with #9B044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,4,74); }

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

background-color css

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

 a { background-color: rgb(155,4,74); }

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

border-color css

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

 span { border-color: rgb(155,4,74); }

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