Html Css Color HEX #940959 Jazzberry Jam

📋 copy color: '#940959'

red 148 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #940959

Tints of Jazzberry Jam #940959

RGB

 RED value IS 148 (58.2% from 255) = 60.16%

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

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 60.16%
G = 3.66%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#940959 (or 0x940959) is known color: Jazzberry Jam. HEX triplet: 94, 09 and 59. RGB value is (148,9,89). Sum of RGB (Red+Green+Blue) = 148+9+89=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #940959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940959 is #6BF6A6. Grayscale: #3B3B3B. Windows color (decimal): -7075495 or 5835156. OLE color: 5835156.

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

Color convert

RGB 148 9 89 -
CMYK 0 0.94 0.40 0.42
HSL 325.47º 0.89% 0.31% -
HSV(B) 325.47º 0.94% 0.58% -
XYZ 14.11 7.21 10.1 -
YUV 59.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 148 9 89 0 0.94 0.40 0.42 325.47 0.89 0.31
Hex 94 9 59 0 5E 28 2A 145 59 1F
Octal 224 11 131 0 136 50 52 505 131 37
Binary 10010100 1001 1011001 0 1011110 101000 101010 101000101 1011001 11111

Color Harmonies of #940959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940959

Black with #940959

Text Example


Text Example

White with #940959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940959; }

 p { color: rgb(148,9,89); }

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

background-color css

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

 a { background-color: rgb(148,9,89); }

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

border-color css

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

 span { border-color: rgb(148,9,89); }

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