Html Css Color HEX #9B054A Jazzberry Jam

📋 copy color: '#9B054A'

red 155 ◦ green 5 ◦ blue 74

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

Shades of Jazzberry Jam #9B054A

Tints of Jazzberry Jam #9B054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

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

R = 66.24%
G = 2.14%
B = 31.62%

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

#9B054A (or 0x9B054A) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 4A. RGB value is (155,5,74). Sum of RGB (Red+Green+Blue) = 155+5+74=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B054A is #64FAB5. Grayscale: #393939. Windows color (decimal): -6617782 or 4851099. OLE color: 4851099.

HSL color Cylindrical-coordinate representation of color #9B054A: hue angle of 332.4º degrees, saturation: 0.94, 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 #9B054A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 74 -
CMYK 0 0.97 0.52 0.39
HSL 332.4º 0.94% 0.31% -
HSV(B) 332.4º 0.97% 0.61% -
XYZ 14.81 7.57 7.16 -
YUV 57.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 155 5 74 0 0.97 0.52 0.39 332.4 0.94 0.31
Hex 9B 5 4A 0 61 34 27 14C 5E 1F
Octal 233 5 112 0 141 64 47 514 136 37
Binary 10011011 101 1001010 0 1100001 110100 100111 101001100 1011110 11111

Color Harmonies of #9B054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B054A

Black with #9B054A

Text Example


Text Example

White with #9B054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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