Html Css Color HEX #9B195E Jazzberry Jam

📋 copy color: '#9B195E'

red 155 ◦ green 25 ◦ blue 94

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

Shades of Jazzberry Jam #9B195E

Tints of Jazzberry Jam #9B195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 56.57%
G = 9.12%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B195E (or 0x9B195E) is known color: Jazzberry Jam. HEX triplet: 9B, 19 and 5E. RGB value is (155,25,94). Sum of RGB (Red+Green+Blue) = 155+25+94=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B195E is #64E6A1. Grayscale: #474747. Windows color (decimal): -6612642 or 6166939. OLE color: 6166939.

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

Color convert

RGB 155 25 94 -
CMYK 0 0.84 0.39 0.39
HSL 328.15º 0.72% 0.35% -
HSV(B) 328.15º 0.84% 0.61% -
XYZ 15.89 8.47 11.39 -
YUV 71.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 155 25 94 0 0.84 0.39 0.39 328.15 0.72 0.35
Hex 9B 19 5E 0 54 27 27 148 48 23
Octal 233 31 136 0 124 47 47 510 110 43
Binary 10011011 11001 1011110 0 1010100 100111 100111 101001000 1001000 100011

Color Harmonies of #9B195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B195E

Black with #9B195E

Text Example


Text Example

White with #9B195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,94); }

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

background-color css

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

 a { background-color: rgb(155,25,94); }

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

border-color css

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

 span { border-color: rgb(155,25,94); }

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