Html Css Color HEX #990156 Jazzberry Jam

📋 copy color: '#990156'

red 153 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #990156

Tints of Jazzberry Jam #990156

RGB

 RED value IS 153 (60.16% from 255) = 63.75%

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 63.75%
G = 0.42%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#990156 (or 0x990156) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 56. RGB value is (153,1,86). Sum of RGB (Red+Green+Blue) = 153+1+86=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #990156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990156 is #66FEA9. Grayscale: #373737. Windows color (decimal): -6749866 or 5636505. OLE color: 5636505.

HSL color Cylindrical-coordinate representation of color #990156: hue angle of 326.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990156 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 86 -
CMYK 0 0.99 0.44 0.4
HSL 326.45º 0.99% 0.3% -
HSV(B) 326.45º 0.99% 0.6% -
XYZ 14.83 7.47 9.46 -
YUV 56.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 153 1 86 0 0.99 0.44 0.4 326.45 0.99 0.3
Hex 99 1 56 0 63 2C 28 146 63 1E
Octal 231 1 126 0 143 54 50 506 143 36
Binary 10011001 1 1010110 0 1100011 101100 101000 101000110 1100011 11110

Color Harmonies of #990156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990156

Black with #990156

Text Example


Text Example

White with #990156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990156; }

 p { color: rgb(153,1,86); }

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

background-color css

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

 a { background-color: rgb(153,1,86); }

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

border-color css

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

 span { border-color: rgb(153,1,86); }

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