Html Css Color HEX #990254 Jazzberry Jam

📋 copy color: '#990254'

red 153 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #990254

Tints of Jazzberry Jam #990254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 64.02%
G = 0.84%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#990254 (or 0x990254) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 54. RGB value is (153,2,84). Sum of RGB (Red+Green+Blue) = 153+2+84=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #990254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990254 is #66FDAB. Grayscale: #383838. Windows color (decimal): -6749612 or 5505689. OLE color: 5505689.

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

Color convert

RGB 153 2 84 -
CMYK 0 0.99 0.45 0.4
HSL 327.42º 0.97% 0.3% -
HSV(B) 327.42º 0.99% 0.6% -
XYZ 14.76 7.46 9.05 -
YUV 56.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 153 2 84 0 0.99 0.45 0.4 327.42 0.97 0.3
Hex 99 2 54 0 63 2D 28 147 61 1E
Octal 231 2 124 0 143 55 50 507 141 36
Binary 10011001 10 1010100 0 1100011 101101 101000 101000111 1100001 11110

Color Harmonies of #990254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990254

Black with #990254

Text Example


Text Example

White with #990254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990254; }

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

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

background-color css

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

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

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

border-color css

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

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

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