Html Css Color HEX #9B0159 Jazzberry Jam

📋 copy color: '#9B0159'

red 155 ◦ green 1 ◦ blue 89

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

Shades of Jazzberry Jam #9B0159

Tints of Jazzberry Jam #9B0159

RGB

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

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

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

R = 63.27%
G = 0.41%
B = 36.33%

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

#9B0159 (or 0x9B0159) is known color: Jazzberry Jam. HEX triplet: 9B, 01 and 59. RGB value is (155,1,89). Sum of RGB (Red+Green+Blue) = 155+1+89=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0159 is #64FEA6. Grayscale: #383838. Windows color (decimal): -6618791 or 5833115. OLE color: 5833115.

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

Color convert

RGB 155 1 89 -
CMYK 0 0.99 0.43 0.39
HSL 325.71º 0.99% 0.31% -
HSV(B) 325.71º 0.99% 0.61% -
XYZ 15.33 7.71 10.13 -
YUV 57.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 155 1 89 0 0.99 0.43 0.39 325.71 0.99 0.31
Hex 9B 1 59 0 63 2B 27 146 63 1F
Octal 233 1 131 0 143 53 47 506 143 37
Binary 10011011 1 1011001 0 1100011 101011 100111 101000110 1100011 11111

Color Harmonies of #9B0159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0159

Black with #9B0159

Text Example


Text Example

White with #9B0159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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