Html Css Color HEX #991569 Jazzberry Jam

📋 copy color: '#991569'

red 153 ◦ green 21 ◦ blue 105

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

Shades of Jazzberry Jam #991569

Tints of Jazzberry Jam #991569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

 BLUE value IS 105 (41.41% from 255) = 37.63%

R = 54.84%
G = 7.53%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#991569 (or 0x991569) is known color: Jazzberry Jam. HEX triplet: 99, 15 and 69. RGB value is (153,21,105). Sum of RGB (Red+Green+Blue) = 153+21+105=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #991569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991569 is #66EA96. Grayscale: #454545. Windows color (decimal): -6744727 or 6886809. OLE color: 6886809.

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

Color convert

RGB 153 21 105 -
CMYK 0 0.86 0.31 0.4
HSL 321.82º 0.76% 0.34% -
HSV(B) 321.82º 0.86% 0.6% -
XYZ 15.95 8.33 14.13 -
YUV 70.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 153 21 105 0 0.86 0.31 0.4 321.82 0.76 0.34
Hex 99 15 69 0 56 1F 28 142 4C 22
Octal 231 25 151 0 126 37 50 502 114 42
Binary 10011001 10101 1101001 0 1010110 11111 101000 101000010 1001100 100010

Color Harmonies of #991569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991569

Black with #991569

Text Example


Text Example

White with #991569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991569; }

 p { color: rgb(153,21,105); }

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

background-color css

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

 a { background-color: rgb(153,21,105); }

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

border-color css

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

 span { border-color: rgb(153,21,105); }

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