Html Css Color HEX #9B0157 Jazzberry Jam

📋 copy color: '#9B0157'

red 155 ◦ green 1 ◦ blue 87

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

Shades of Jazzberry Jam #9B0157

Tints of Jazzberry Jam #9B0157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.8%

R = 63.79%
G = 0.41%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9B0157 (or 0x9B0157) is known color: Jazzberry Jam. HEX triplet: 9B, 01 and 57. RGB value is (155,1,87). Sum of RGB (Red+Green+Blue) = 155+1+87=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0157 is #64FEA8. Grayscale: #383838. Windows color (decimal): -6618793 or 5702043. OLE color: 5702043.

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

Color convert

RGB 155 1 87 -
CMYK 0 0.99 0.44 0.39
HSL 326.49º 0.99% 0.31% -
HSV(B) 326.49º 0.99% 0.61% -
XYZ 15.25 7.68 9.7 -
YUV 56.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 155 1 87 0 0.99 0.44 0.39 326.49 0.99 0.31
Hex 9B 1 57 0 63 2C 27 146 63 1F
Octal 233 1 127 0 143 54 47 506 143 37
Binary 10011011 1 1010111 0 1100011 101100 100111 101000110 1100011 11111

Color Harmonies of #9B0157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0157

Black with #9B0157

Text Example


Text Example

White with #9B0157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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