Html Css Color HEX #9B135C Jazzberry Jam

📋 copy color: '#9B135C'

red 155 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #9B135C

Tints of Jazzberry Jam #9B135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.59%

R = 58.27%
G = 7.14%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B135C (or 0x9B135C) is known color: Jazzberry Jam. HEX triplet: 9B, 13 and 5C. RGB value is (155,19,92). Sum of RGB (Red+Green+Blue) = 155+19+92=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B135C is #64ECA3. Grayscale: #434343. Windows color (decimal): -6614180 or 6034331. OLE color: 6034331.

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

Color convert

RGB 155 19 92 -
CMYK 0 0.88 0.41 0.39
HSL 327.79º 0.78% 0.34% -
HSV(B) 327.79º 0.88% 0.61% -
XYZ 15.68 8.21 10.88 -
YUV 67.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 155 19 92 0 0.88 0.41 0.39 327.79 0.78 0.34
Hex 9B 13 5C 0 58 29 27 148 4E 22
Octal 233 23 134 0 130 51 47 510 116 42
Binary 10011011 10011 1011100 0 1011000 101001 100111 101001000 1001110 100010

Color Harmonies of #9B135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B135C

Black with #9B135C

Text Example


Text Example

White with #9B135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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