Html Css Color HEX #9B186E Jazzberry Jam

📋 copy color: '#9B186E'

red 155 ◦ green 24 ◦ blue 110

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

Shades of Jazzberry Jam #9B186E

Tints of Jazzberry Jam #9B186E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 53.63%
G = 8.3%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B186E (or 0x9B186E) is known color: Jazzberry Jam. HEX triplet: 9B, 18 and 6E. RGB value is (155,24,110). Sum of RGB (Red+Green+Blue) = 155+24+110=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B186E is #64E791. Grayscale: #484848. Windows color (decimal): -6612882 or 7215259. OLE color: 7215259.

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

Color convert

RGB 155 24 110 -
CMYK 0 0.85 0.29 0.39
HSL 320.61º 0.73% 0.35% -
HSV(B) 320.61º 0.85% 0.61% -
XYZ 16.66 8.75 15.56 -
YUV 72.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 155 24 110 0 0.85 0.29 0.39 320.61 0.73 0.35
Hex 9B 18 6E 0 55 1D 27 141 49 23
Octal 233 30 156 0 125 35 47 501 111 43
Binary 10011011 11000 1101110 0 1010101 11101 100111 101000001 1001001 100011

Color Harmonies of #9B186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B186E

Black with #9B186E

Text Example


Text Example

White with #9B186E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,24,110); }

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

background-color css

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

 a { background-color: rgb(155,24,110); }

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

border-color css

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

 span { border-color: rgb(155,24,110); }

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