Html Css Color HEX #990355 Jazzberry Jam

📋 copy color: '#990355'

red 153 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #990355

Tints of Jazzberry Jam #990355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 63.49%
G = 1.24%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#990355 (or 0x990355) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 55. RGB value is (153,3,85). Sum of RGB (Red+Green+Blue) = 153+3+85=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #990355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990355 is #66FCAA. Grayscale: #393939. Windows color (decimal): -6749355 or 5571481. OLE color: 5571481.

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

Color convert

RGB 153 3 85 -
CMYK 0 0.98 0.44 0.4
HSL 327.2º 0.96% 0.31% -
HSV(B) 327.2º 0.98% 0.6% -
XYZ 14.81 7.49 9.26 -
YUV 57.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 153 3 85 0 0.98 0.44 0.4 327.2 0.96 0.31
Hex 99 3 55 0 62 2C 28 147 60 1F
Octal 231 3 125 0 142 54 50 507 140 37
Binary 10011001 11 1010101 0 1100010 101100 101000 101000111 1100000 11111

Color Harmonies of #990355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990355

Black with #990355

Text Example


Text Example

White with #990355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990355; }

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

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

background-color css

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

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

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

border-color css

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

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

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