Html Css Color HEX #9B0953 Jazzberry Jam

📋 copy color: '#9B0953'

red 155 ◦ green 9 ◦ blue 83

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

Shades of Jazzberry Jam #9B0953

Tints of Jazzberry Jam #9B0953

RGB

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

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

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

R = 62.75%
G = 3.64%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B0953 (or 0x9B0953) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 53. RGB value is (155,9,83). Sum of RGB (Red+Green+Blue) = 155+9+83=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0953 is #64F6AC. Grayscale: #3C3C3C. Windows color (decimal): -6616749 or 5441947. OLE color: 5441947.

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

Color convert

RGB 155 9 83 -
CMYK 0 0.94 0.46 0.39
HSL 329.59º 0.89% 0.32% -
HSV(B) 329.59º 0.94% 0.61% -
XYZ 15.18 7.79 8.89 -
YUV 61.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 155 9 83 0 0.94 0.46 0.39 329.59 0.89 0.32
Hex 9B 9 53 0 5E 2E 27 14A 59 20
Octal 233 11 123 0 136 56 47 512 131 40
Binary 10011011 1001 1010011 0 1011110 101110 100111 101001010 1011001 100000

Color Harmonies of #9B0953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0953

Black with #9B0953

Text Example


Text Example

White with #9B0953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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