Html Css Color HEX #9B054D Jazzberry Jam

📋 copy color: '#9B054D'

red 155 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #9B054D

Tints of Jazzberry Jam #9B054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 65.4%
G = 2.11%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B054D (or 0x9B054D) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 4D. RGB value is (155,5,77). Sum of RGB (Red+Green+Blue) = 155+5+77=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B054D is #64FAB2. Grayscale: #393939. Windows color (decimal): -6617779 or 5047707. OLE color: 5047707.

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

Color convert

RGB 155 5 77 -
CMYK 0 0.97 0.50 0.39
HSL 331.2º 0.94% 0.31% -
HSV(B) 331.2º 0.97% 0.61% -
XYZ 14.91 7.61 7.7 -
YUV 58.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 155 5 77 0 0.97 0.50 0.39 331.2 0.94 0.31
Hex 9B 5 4D 0 61 32 27 14B 5E 1F
Octal 233 5 115 0 141 62 47 513 136 37
Binary 10011011 101 1001101 0 1100001 110010 100111 101001011 1011110 11111

Color Harmonies of #9B054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B054D

Black with #9B054D

Text Example


Text Example

White with #9B054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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