Html Css Color HEX #990656 Jazzberry Jam

📋 copy color: '#990656'

red 153 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #990656

Tints of Jazzberry Jam #990656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

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

R = 62.45%
G = 2.45%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#990656 (or 0x990656) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 56. RGB value is (153,6,86). Sum of RGB (Red+Green+Blue) = 153+6+86=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #990656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990656 is #66F9A9. Grayscale: #3A3A3A. Windows color (decimal): -6748586 or 5637785. OLE color: 5637785.

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

Color convert

RGB 153 6 86 -
CMYK 0 0.96 0.44 0.4
HSL 327.35º 0.92% 0.31% -
HSV(B) 327.35º 0.96% 0.6% -
XYZ 14.88 7.57 9.48 -
YUV 59.07 143.2 195 -
System Red Green Blue C M Y K H S L
Decimal 153 6 86 0 0.96 0.44 0.4 327.35 0.92 0.31
Hex 99 6 56 0 60 2C 28 147 5C 1F
Octal 231 6 126 0 140 54 50 507 134 37
Binary 10011001 110 1010110 0 1100000 101100 101000 101000111 1011100 11111

Color Harmonies of #990656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990656

Black with #990656

Text Example


Text Example

White with #990656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990656; }

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

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

background-color css

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

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

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

border-color css

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

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

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