Html Css Color HEX #9B054C Jazzberry Jam

📋 copy color: '#9B054C'

red 155 ◦ green 5 ◦ blue 76

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

Shades of Jazzberry Jam #9B054C

Tints of Jazzberry Jam #9B054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 65.68%
G = 2.12%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B054C (or 0x9B054C) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 4C. RGB value is (155,5,76). Sum of RGB (Red+Green+Blue) = 155+5+76=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B054C is #64FAB3. Grayscale: #393939. Windows color (decimal): -6617780 or 4982171. OLE color: 4982171.

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

Color convert

RGB 155 5 76 -
CMYK 0 0.97 0.51 0.39
HSL 331.6º 0.94% 0.31% -
HSV(B) 331.6º 0.97% 0.61% -
XYZ 14.88 7.6 7.52 -
YUV 57.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 155 5 76 0 0.97 0.51 0.39 331.6 0.94 0.31
Hex 9B 5 4C 0 61 33 27 14C 5E 1F
Octal 233 5 114 0 141 63 47 514 136 37
Binary 10011011 101 1001100 0 1100001 110011 100111 101001100 1011110 11111

Color Harmonies of #9B054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B054C

Black with #9B054C

Text Example


Text Example

White with #9B054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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