Html Css Color HEX #9B055C Jazzberry Jam

📋 copy color: '#9B055C'

red 155 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #9B055C

Tints of Jazzberry Jam #9B055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 61.51%
G = 1.98%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B055C (or 0x9B055C) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 5C. RGB value is (155,5,92). Sum of RGB (Red+Green+Blue) = 155+5+92=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B055C is #64FAA3. Grayscale: #3B3B3B. Windows color (decimal): -6617764 or 6030747. OLE color: 6030747.

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

Color convert

RGB 155 5 92 -
CMYK 0 0.97 0.41 0.39
HSL 325.2º 0.94% 0.31% -
HSV(B) 325.2º 0.97% 0.61% -
XYZ 15.5 7.85 10.82 -
YUV 59.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 155 5 92 0 0.97 0.41 0.39 325.2 0.94 0.31
Hex 9B 5 5C 0 61 29 27 145 5E 1F
Octal 233 5 134 0 141 51 47 505 136 37
Binary 10011011 101 1011100 0 1100001 101001 100111 101000101 1011110 11111

Color Harmonies of #9B055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B055C

Black with #9B055C

Text Example


Text Example

White with #9B055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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