Html Css Color HEX #990958 Jazzberry Jam

📋 copy color: '#990958'

red 153 ◦ green 9 ◦ blue 88

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

Shades of Jazzberry Jam #990958

Tints of Jazzberry Jam #990958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

 BLUE value IS 88 (34.77% from 255) = 35.2%

R = 61.2%
G = 3.6%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#990958 (or 0x990958) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 58. RGB value is (153,9,88). Sum of RGB (Red+Green+Blue) = 153+9+88=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #990958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990958 is #66F6A7. Grayscale: #3C3C3C. Windows color (decimal): -6747816 or 5769625. OLE color: 5769625.

HSL color Cylindrical-coordinate representation of color #990958: hue angle of 327.08º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990958 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 88 -
CMYK 0 0.94 0.42 0.4
HSL 327.08º 0.89% 0.32% -
HSV(B) 327.08º 0.94% 0.6% -
XYZ 15 7.67 9.92 -
YUV 61.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 153 9 88 0 0.94 0.42 0.4 327.08 0.89 0.32
Hex 99 9 58 0 5E 2A 28 147 59 20
Octal 231 11 130 0 136 52 50 507 131 40
Binary 10011001 1001 1011000 0 1011110 101010 101000 101000111 1011001 100000

Color Harmonies of #990958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990958

Black with #990958

Text Example


Text Example

White with #990958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990958; }

 p { color: rgb(153,9,88); }

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

background-color css

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

 a { background-color: rgb(153,9,88); }

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

border-color css

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

 span { border-color: rgb(153,9,88); }

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