Html Css Color HEX #9B186C Jazzberry Jam

📋 copy color: '#9B186C'

red 155 ◦ green 24 ◦ blue 108

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

Shades of Jazzberry Jam #9B186C

Tints of Jazzberry Jam #9B186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 54.01%
G = 8.36%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B186C (or 0x9B186C) is known color: Jazzberry Jam. HEX triplet: 9B, 18 and 6C. RGB value is (155,24,108). Sum of RGB (Red+Green+Blue) = 155+24+108=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B186C is #64E793. Grayscale: #484848. Windows color (decimal): -6612884 or 7084187. OLE color: 7084187.

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

Color convert

RGB 155 24 108 -
CMYK 0 0.85 0.30 0.39
HSL 321.53º 0.73% 0.35% -
HSV(B) 321.53º 0.85% 0.61% -
XYZ 16.55 8.7 15 -
YUV 72.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 155 24 108 0 0.85 0.30 0.39 321.53 0.73 0.35
Hex 9B 18 6C 0 55 1E 27 142 49 23
Octal 233 30 154 0 125 36 47 502 111 43
Binary 10011011 11000 1101100 0 1010101 11110 100111 101000010 1001001 100011

Color Harmonies of #9B186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B186C

Black with #9B186C

Text Example


Text Example

White with #9B186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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