Html Css Color HEX #990755 Jazzberry Jam

📋 copy color: '#990755'

red 153 ◦ green 7 ◦ blue 85

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

Shades of Jazzberry Jam #990755

Tints of Jazzberry Jam #990755

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 62.45%
G = 2.86%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#990755 (or 0x990755) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 55. RGB value is (153,7,85). Sum of RGB (Red+Green+Blue) = 153+7+85=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #990755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990755 is #66F8AA. Grayscale: #3B3B3B. Windows color (decimal): -6748331 or 5572505. OLE color: 5572505.

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

Color convert

RGB 153 7 85 -
CMYK 0 0.95 0.44 0.4
HSL 327.95º 0.91% 0.31% -
HSV(B) 327.95º 0.95% 0.6% -
XYZ 14.85 7.58 9.27 -
YUV 59.55 142.37 194.66 -
System Red Green Blue C M Y K H S L
Decimal 153 7 85 0 0.95 0.44 0.4 327.95 0.91 0.31
Hex 99 7 55 0 5F 2C 28 148 5B 1F
Octal 231 7 125 0 137 54 50 510 133 37
Binary 10011001 111 1010101 0 1011111 101100 101000 101001000 1011011 11111

Color Harmonies of #990755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990755

Black with #990755

Text Example


Text Example

White with #990755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990755; }

 p { color: rgb(153,7,85); }

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

background-color css

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

 a { background-color: rgb(153,7,85); }

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

border-color css

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

 span { border-color: rgb(153,7,85); }

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