Html Css Color HEX #990357 Jazzberry Jam

📋 copy color: '#990357'

red 153 ◦ green 3 ◦ blue 87

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

Shades of Jazzberry Jam #990357

Tints of Jazzberry Jam #990357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.8%

R = 62.96%
G = 1.23%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#990357 (or 0x990357) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 57. RGB value is (153,3,87). Sum of RGB (Red+Green+Blue) = 153+3+87=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #990357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990357 is #66FCA8. Grayscale: #393939. Windows color (decimal): -6749353 or 5702553. OLE color: 5702553.

HSL color Cylindrical-coordinate representation of color #990357: hue angle of 326.4º 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 #990357 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 3 87 -
CMYK 0 0.98 0.43 0.4
HSL 326.4º 0.96% 0.31% -
HSV(B) 326.4º 0.98% 0.6% -
XYZ 14.89 7.53 9.68 -
YUV 57.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 153 3 87 0 0.98 0.43 0.4 326.4 0.96 0.31
Hex 99 3 57 0 62 2B 28 146 60 1F
Octal 231 3 127 0 142 53 50 506 140 37
Binary 10011001 11 1010111 0 1100010 101011 101000 101000110 1100000 11111

Color Harmonies of #990357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990357

Black with #990357

Text Example


Text Example

White with #990357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990357; }

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

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

background-color css

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

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

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

border-color css

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

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

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