Html Css Color HEX #990952 Jazzberry Jam

📋 copy color: '#990952'

red 153 ◦ green 9 ◦ blue 82

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

Shades of Jazzberry Jam #990952

Tints of Jazzberry Jam #990952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.61%

R = 62.7%
G = 3.69%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#990952 (or 0x990952) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 52. RGB value is (153,9,82). Sum of RGB (Red+Green+Blue) = 153+9+82=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #990952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990952 is #66F6AD. Grayscale: #3C3C3C. Windows color (decimal): -6747822 or 5376409. OLE color: 5376409.

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

Color convert

RGB 153 9 82 -
CMYK 0 0.94 0.46 0.4
HSL 329.58º 0.89% 0.32% -
HSV(B) 329.58º 0.94% 0.6% -
XYZ 14.76 7.58 8.67 -
YUV 60.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 153 9 82 0 0.94 0.46 0.4 329.58 0.89 0.32
Hex 99 9 52 0 5E 2E 28 14A 59 20
Octal 231 11 122 0 136 56 50 512 131 40
Binary 10011001 1001 1010010 0 1011110 101110 101000 101001010 1011001 100000

Color Harmonies of #990952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990952

Black with #990952

Text Example


Text Example

White with #990952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990952; }

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

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

background-color css

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

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

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

border-color css

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

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

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