Html Css Color HEX #990956 Jazzberry Jam

📋 copy color: '#990956'

red 153 ◦ green 9 ◦ blue 86

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

Shades of Jazzberry Jam #990956

Tints of Jazzberry Jam #990956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 61.69%
G = 3.63%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#990956 (or 0x990956) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 56. RGB value is (153,9,86). Sum of RGB (Red+Green+Blue) = 153+9+86=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #990956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990956 is #66F6A9. Grayscale: #3C3C3C. Windows color (decimal): -6747818 or 5638553. OLE color: 5638553.

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

Color convert

RGB 153 9 86 -
CMYK 0 0.94 0.44 0.4
HSL 327.92º 0.89% 0.32% -
HSV(B) 327.92º 0.94% 0.6% -
XYZ 14.91 7.64 9.49 -
YUV 60.83 142.21 193.74 -
System Red Green Blue C M Y K H S L
Decimal 153 9 86 0 0.94 0.44 0.4 327.92 0.89 0.32
Hex 99 9 56 0 5E 2C 28 148 59 20
Octal 231 11 126 0 136 54 50 510 131 40
Binary 10011001 1001 1010110 0 1011110 101100 101000 101001000 1011001 100000

Color Harmonies of #990956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990956

Black with #990956

Text Example


Text Example

White with #990956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990956; }

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

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

background-color css

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

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

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

border-color css

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

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

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