Html Css Color HEX #990354 Jazzberry Jam

📋 copy color: '#990354'

red 153 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #990354

Tints of Jazzberry Jam #990354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

 BLUE value IS 84 (33.2% from 255) = 35%

R = 63.75%
G = 1.25%
B = 35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#990354 (or 0x990354) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 54. RGB value is (153,3,84). Sum of RGB (Red+Green+Blue) = 153+3+84=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #990354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990354 is #66FCAB. Grayscale: #383838. Windows color (decimal): -6749356 or 5505945. OLE color: 5505945.

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

Color convert

RGB 153 3 84 -
CMYK 0 0.98 0.45 0.4
HSL 327.6º 0.96% 0.31% -
HSV(B) 327.6º 0.98% 0.6% -
XYZ 14.77 7.48 9.05 -
YUV 57.08 143.2 196.41 -
System Red Green Blue C M Y K H S L
Decimal 153 3 84 0 0.98 0.45 0.4 327.6 0.96 0.31
Hex 99 3 54 0 62 2D 28 148 60 1F
Octal 231 3 124 0 142 55 50 510 140 37
Binary 10011001 11 1010100 0 1100010 101101 101000 101001000 1100000 11111

Color Harmonies of #990354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990354

Black with #990354

Text Example


Text Example

White with #990354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990354; }

 p { color: rgb(153,3,84); }

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

background-color css

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

 a { background-color: rgb(153,3,84); }

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

border-color css

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

 span { border-color: rgb(153,3,84); }

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