Html Css Color HEX #990454 Jazzberry Jam

📋 copy color: '#990454'

red 153 ◦ green 4 ◦ blue 84

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

Shades of Jazzberry Jam #990454

Tints of Jazzberry Jam #990454

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.66%

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

R = 63.49%
G = 1.66%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#990454 (or 0x990454) is known color: Jazzberry Jam. HEX triplet: 99, 04 and 54. RGB value is (153,4,84). Sum of RGB (Red+Green+Blue) = 153+4+84=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #990454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990454 is #66FBAB. Grayscale: #393939. Windows color (decimal): -6749100 or 5506201. OLE color: 5506201.

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

Color convert

RGB 153 4 84 -
CMYK 0 0.97 0.45 0.4
HSL 327.79º 0.95% 0.31% -
HSV(B) 327.79º 0.97% 0.6% -
XYZ 14.78 7.5 9.06 -
YUV 57.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 153 4 84 0 0.97 0.45 0.4 327.79 0.95 0.31
Hex 99 4 54 0 61 2D 28 148 5F 1F
Octal 231 4 124 0 141 55 50 510 137 37
Binary 10011001 100 1010100 0 1100001 101101 101000 101001000 1011111 11111

Color Harmonies of #990454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990454

Black with #990454

Text Example


Text Example

White with #990454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990454; }

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

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

background-color css

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

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

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

border-color css

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

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

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