Html Css Color HEX #9B0153 Jazzberry Jam

📋 copy color: '#9B0153'

red 155 ◦ green 1 ◦ blue 83

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

Shades of Jazzberry Jam #9B0153

Tints of Jazzberry Jam #9B0153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 64.85%
G = 0.42%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B0153 (or 0x9B0153) is known color: Jazzberry Jam. HEX triplet: 9B, 01 and 53. RGB value is (155,1,83). Sum of RGB (Red+Green+Blue) = 155+1+83=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0153 is #64FEAC. Grayscale: #383838. Windows color (decimal): -6618797 or 5439899. OLE color: 5439899.

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

Color convert

RGB 155 1 83 -
CMYK 0 0.99 0.46 0.39
HSL 328.05º 0.99% 0.31% -
HSV(B) 328.05º 0.99% 0.61% -
XYZ 15.09 7.61 8.86 -
YUV 56.39 143.02 198.33 -
System Red Green Blue C M Y K H S L
Decimal 155 1 83 0 0.99 0.46 0.39 328.05 0.99 0.31
Hex 9B 1 53 0 63 2E 27 148 63 1F
Octal 233 1 123 0 143 56 47 510 143 37
Binary 10011011 1 1010011 0 1100011 101110 100111 101001000 1100011 11111

Color Harmonies of #9B0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0153

Black with #9B0153

Text Example


Text Example

White with #9B0153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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