Html Css Color HEX #9B114F Jazzberry Jam

📋 copy color: '#9B114F'

red 155 ◦ green 17 ◦ blue 79

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

Shades of Jazzberry Jam #9B114F

Tints of Jazzberry Jam #9B114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

 BLUE value IS 79 (31.25% from 255) = 31.47%

R = 61.75%
G = 6.77%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B114F (or 0x9B114F) is known color: Jazzberry Jam. HEX triplet: 9B, 11 and 4F. RGB value is (155,17,79). Sum of RGB (Red+Green+Blue) = 155+17+79=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B114F is #64EEB0. Grayscale: #414141. Windows color (decimal): -6614705 or 5181851. OLE color: 5181851.

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

Color convert

RGB 155 17 79 -
CMYK 0 0.89 0.49 0.39
HSL 333.04º 0.8% 0.34% -
HSV(B) 333.04º 0.89% 0.61% -
XYZ 15.13 7.93 8.13 -
YUV 65.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 155 17 79 0 0.89 0.49 0.39 333.04 0.8 0.34
Hex 9B 11 4F 0 59 31 27 14D 50 22
Octal 233 21 117 0 131 61 47 515 120 42
Binary 10011011 10001 1001111 0 1011001 110001 100111 101001101 1010000 100010

Color Harmonies of #9B114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B114F

Black with #9B114F

Text Example


Text Example

White with #9B114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,17,79); }

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

background-color css

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

 a { background-color: rgb(155,17,79); }

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

border-color css

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

 span { border-color: rgb(155,17,79); }

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