Html Css Color HEX #9B0147 Jazzberry Jam

📋 copy color: '#9B0147'

red 155 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #9B0147

Tints of Jazzberry Jam #9B0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 71 (28.13% from 255) = 31.28%

R = 68.28%
G = 0.44%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B0147 (or 0x9B0147) is known color: Jazzberry Jam. HEX triplet: 9B, 01 and 47. RGB value is (155,1,71). Sum of RGB (Red+Green+Blue) = 155+1+71=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0147 is #64FEB8. Grayscale: #363636. Windows color (decimal): -6618809 or 4653467. OLE color: 4653467.

HSL color Cylindrical-coordinate representation of color #9B0147: hue angle of 332.73º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0147 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 1 71 -
CMYK 0 0.99 0.54 0.39
HSL 332.73º 0.99% 0.31% -
HSV(B) 332.73º 0.99% 0.61% -
XYZ 14.67 7.45 6.63 -
YUV 55.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 155 1 71 0 0.99 0.54 0.39 332.73 0.99 0.31
Hex 9B 1 47 0 63 36 27 14D 63 1F
Octal 233 1 107 0 143 66 47 515 143 37
Binary 10011011 1 1000111 0 1100011 110110 100111 101001101 1100011 11111

Color Harmonies of #9B0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0147

Black with #9B0147

Text Example


Text Example

White with #9B0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,1,71); }

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

background-color css

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

 a { background-color: rgb(155,1,71); }

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

border-color css

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

 span { border-color: rgb(155,1,71); }

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