Html Css Color HEX #9B0151 Jazzberry Jam

📋 copy color: '#9B0151'

red 155 ◦ green 1 ◦ blue 81

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

Shades of Jazzberry Jam #9B0151

Tints of Jazzberry Jam #9B0151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.18%

R = 65.4%
G = 0.42%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B0151 (or 0x9B0151) is known color: Jazzberry Jam. HEX triplet: 9B, 01 and 51. RGB value is (155,1,81). Sum of RGB (Red+Green+Blue) = 155+1+81=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0151 is #64FEAE. Grayscale: #383838. Windows color (decimal): -6618799 or 5308827. OLE color: 5308827.

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

Color convert

RGB 155 1 81 -
CMYK 0 0.99 0.48 0.39
HSL 328.83º 0.99% 0.31% -
HSV(B) 328.83º 0.99% 0.61% -
XYZ 15.01 7.58 8.46 -
YUV 56.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 155 1 81 0 0.99 0.48 0.39 328.83 0.99 0.31
Hex 9B 1 51 0 63 30 27 149 63 1F
Octal 233 1 121 0 143 60 47 511 143 37
Binary 10011011 1 1010001 0 1100011 110000 100111 101001001 1100011 11111

Color Harmonies of #9B0151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0151

Black with #9B0151

Text Example


Text Example

White with #9B0151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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