Html Css Color HEX #9B135F Jazzberry Jam

📋 copy color: '#9B135F'

red 155 ◦ green 19 ◦ blue 95

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

Shades of Jazzberry Jam #9B135F

Tints of Jazzberry Jam #9B135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

 BLUE value IS 95 (37.5% from 255) = 35.32%

R = 57.62%
G = 7.06%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B135F (or 0x9B135F) is known color: Jazzberry Jam. HEX triplet: 9B, 13 and 5F. RGB value is (155,19,95). Sum of RGB (Red+Green+Blue) = 155+19+95=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B135F is #64ECA0. Grayscale: #444444. Windows color (decimal): -6614177 or 6230939. OLE color: 6230939.

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

Color convert

RGB 155 19 95 -
CMYK 0 0.88 0.39 0.39
HSL 326.47º 0.78% 0.34% -
HSV(B) 326.47º 0.88% 0.61% -
XYZ 15.82 8.26 11.59 -
YUV 68.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 155 19 95 0 0.88 0.39 0.39 326.47 0.78 0.34
Hex 9B 13 5F 0 58 27 27 146 4E 22
Octal 233 23 137 0 130 47 47 506 116 42
Binary 10011011 10011 1011111 0 1011000 100111 100111 101000110 1001110 100010

Color Harmonies of #9B135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B135F

Black with #9B135F

Text Example


Text Example

White with #9B135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,19,95); }

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

background-color css

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

 a { background-color: rgb(155,19,95); }

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

border-color css

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

 span { border-color: rgb(155,19,95); }

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