Html Css Color HEX #9B004C Jazzberry Jam

📋 copy color: '#9B004C'

red 155 ◦ green 0 ◦ blue 76

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

Shades of Jazzberry Jam #9B004C

Tints of Jazzberry Jam #9B004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.1%
G = 0%
B = 32.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B004C (or 0x9B004C) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 4C. RGB value is (155,0,76). Sum of RGB (Red+Green+Blue) = 155+0+76=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B004C is #64FFB3. Grayscale: #363636. Windows color (decimal): -6619060 or 4980891. OLE color: 4980891.

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

Color convert

RGB 155 0 76 -
CMYK 0 1 0.51 0.39
HSL 330.58º 1% 0.3% -
HSV(B) 330.58º 1% 0.61% -
XYZ 14.82 7.49 7.5 -
YUV 55.01 139.85 199.32 -
System Red Green Blue C M Y K H S L
Decimal 155 0 76 0 1 0.51 0.39 330.58 1 0.3
Hex 9B 0 4C 0 64 33 27 14B 64 1E
Octal 233 0 114 0 144 63 47 513 144 36
Binary 10011011 0 1001100 0 1100100 110011 100111 101001011 1100100 11110

Color Harmonies of #9B004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B004C

Black with #9B004C

Text Example


Text Example

White with #9B004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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