Html Css Color HEX #9B0950 Jazzberry Jam

📋 copy color: '#9B0950'

red 155 ◦ green 9 ◦ blue 80

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

Shades of Jazzberry Jam #9B0950

Tints of Jazzberry Jam #9B0950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.69%

 BLUE value IS 80 (31.64% from 255) = 32.79%

R = 63.52%
G = 3.69%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B0950 (or 0x9B0950) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 50. RGB value is (155,9,80). Sum of RGB (Red+Green+Blue) = 155+9+80=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0950 is #64F6AF. Grayscale: #3C3C3C. Windows color (decimal): -6616752 or 5245339. OLE color: 5245339.

HSL color Cylindrical-coordinate representation of color #9B0950: hue angle of 330.82º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0950 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 9 80 -
CMYK 0 0.94 0.48 0.39
HSL 330.82º 0.89% 0.32% -
HSV(B) 330.82º 0.94% 0.61% -
XYZ 15.06 7.74 8.29 -
YUV 60.75 138.87 195.23 -
System Red Green Blue C M Y K H S L
Decimal 155 9 80 0 0.94 0.48 0.39 330.82 0.89 0.32
Hex 9B 9 50 0 5E 30 27 14B 59 20
Octal 233 11 120 0 136 60 47 513 131 40
Binary 10011011 1001 1010000 0 1011110 110000 100111 101001011 1011001 100000

Color Harmonies of #9B0950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0950

Black with #9B0950

Text Example


Text Example

White with #9B0950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,9,80); }

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

background-color css

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

 a { background-color: rgb(155,9,80); }

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

border-color css

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

 span { border-color: rgb(155,9,80); }

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