Html Css Color HEX #990054 Jazzberry Jam

📋 copy color: '#990054'

red 153 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #990054

Tints of Jazzberry Jam #990054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.56%
G = 0%
B = 35.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#990054 (or 0x990054) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 54. RGB value is (153,0,84). Sum of RGB (Red+Green+Blue) = 153+0+84=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #990054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990054 is #66FFAB. Grayscale: #373737. Windows color (decimal): -6750124 or 5505177. OLE color: 5505177.

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

Color convert

RGB 153 0 84 -
CMYK 0 1 0.45 0.4
HSL 327.06º 1% 0.3% -
HSV(B) 327.06º 1% 0.6% -
XYZ 14.74 7.41 9.04 -
YUV 55.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 153 0 84 0 1 0.45 0.4 327.06 1 0.3
Hex 99 0 54 0 64 2D 28 147 64 1E
Octal 231 0 124 0 144 55 50 507 144 36
Binary 10011001 0 1010100 0 1100100 101101 101000 101000111 1100100 11110

Color Harmonies of #990054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990054

Black with #990054

Text Example


Text Example

White with #990054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990054; }

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

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

background-color css

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

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

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

border-color css

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

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

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