Html Css Color HEX #990658 Jazzberry Jam

📋 copy color: '#990658'

red 153 ◦ green 6 ◦ blue 88

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

Shades of Jazzberry Jam #990658

Tints of Jazzberry Jam #990658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

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

R = 61.94%
G = 2.43%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#990658 (or 0x990658) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 58. RGB value is (153,6,88). Sum of RGB (Red+Green+Blue) = 153+6+88=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #990658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990658 is #66F9A7. Grayscale: #3B3B3B. Windows color (decimal): -6748584 or 5768857. OLE color: 5768857.

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

Color convert

RGB 153 6 88 -
CMYK 0 0.96 0.42 0.4
HSL 326.53º 0.92% 0.31% -
HSV(B) 326.53º 0.96% 0.6% -
XYZ 14.96 7.61 9.91 -
YUV 59.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 153 6 88 0 0.96 0.42 0.4 326.53 0.92 0.31
Hex 99 6 58 0 60 2A 28 147 5C 1F
Octal 231 6 130 0 140 52 50 507 134 37
Binary 10011001 110 1011000 0 1100000 101010 101000 101000111 1011100 11111

Color Harmonies of #990658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990658

Black with #990658

Text Example


Text Example

White with #990658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990658; }

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

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

background-color css

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

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

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

border-color css

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

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

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