Html Css Color HEX #9B0259 Jazzberry Jam

📋 copy color: '#9B0259'

red 155 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #9B0259

Tints of Jazzberry Jam #9B0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 63.01%
G = 0.81%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B0259 (or 0x9B0259) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 59. RGB value is (155,2,89). Sum of RGB (Red+Green+Blue) = 155+2+89=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0259 is #64FDA6. Grayscale: #393939. Windows color (decimal): -6618535 or 5833371. OLE color: 5833371.

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

Color convert

RGB 155 2 89 -
CMYK 0 0.99 0.43 0.39
HSL 325.88º 0.97% 0.31% -
HSV(B) 325.88º 0.99% 0.61% -
XYZ 15.34 7.73 10.14 -
YUV 57.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 155 2 89 0 0.99 0.43 0.39 325.88 0.97 0.31
Hex 9B 2 59 0 63 2B 27 146 61 1F
Octal 233 2 131 0 143 53 47 506 141 37
Binary 10011011 10 1011001 0 1100011 101011 100111 101000110 1100001 11111

Color Harmonies of #9B0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0259

Black with #9B0259

Text Example


Text Example

White with #9B0259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,2,89); }

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

background-color css

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

 a { background-color: rgb(155,2,89); }

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

border-color css

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

 span { border-color: rgb(155,2,89); }

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