Html Css Color HEX #9B054F Jazzberry Jam

📋 copy color: '#9B054F'

red 155 ◦ green 5 ◦ blue 79

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

Shades of Jazzberry Jam #9B054F

Tints of Jazzberry Jam #9B054F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 64.85%
G = 2.09%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B054F (or 0x9B054F) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 4F. RGB value is (155,5,79). Sum of RGB (Red+Green+Blue) = 155+5+79=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B054F is #64FAB0. Grayscale: #3A3A3A. Windows color (decimal): -6617777 or 5178779. OLE color: 5178779.

HSL color Cylindrical-coordinate representation of color #9B054F: hue angle of 330.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 #9B054F is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 79 -
CMYK 0 0.97 0.49 0.39
HSL 330.4º 0.94% 0.31% -
HSV(B) 330.4º 0.97% 0.61% -
XYZ 14.98 7.64 8.08 -
YUV 58.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 155 5 79 0 0.97 0.49 0.39 330.4 0.94 0.31
Hex 9B 5 4F 0 61 31 27 14A 5E 1F
Octal 233 5 117 0 141 61 47 512 136 37
Binary 10011011 101 1001111 0 1100001 110001 100111 101001010 1011110 11111

Color Harmonies of #9B054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B054F

Black with #9B054F

Text Example


Text Example

White with #9B054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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