Html Css Color HEX #950959 Jazzberry Jam

📋 copy color: '#950959'

red 149 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #950959

Tints of Jazzberry Jam #950959

RGB

 RED value IS 149 (58.59% from 255) = 60.32%

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

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

R = 60.32%
G = 3.64%
B = 36.03%

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

#950959 (or 0x950959) is known color: Jazzberry Jam. HEX triplet: 95, 09 and 59. RGB value is (149,9,89). Sum of RGB (Red+Green+Blue) = 149+9+89=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #950959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950959 is #6AF6A6. Grayscale: #3B3B3B. Windows color (decimal): -7009959 or 5835157. OLE color: 5835157.

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

Color convert

RGB 149 9 89 -
CMYK 0 0.94 0.40 0.42
HSL 325.71º 0.89% 0.31% -
HSV(B) 325.71º 0.94% 0.58% -
XYZ 14.3 7.31 10.11 -
YUV 59.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 149 9 89 0 0.94 0.40 0.42 325.71 0.89 0.31
Hex 95 9 59 0 5E 28 2A 146 59 1F
Octal 225 11 131 0 136 50 52 506 131 37
Binary 10010101 1001 1011001 0 1011110 101000 101010 101000110 1011001 11111

Color Harmonies of #950959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950959

Black with #950959

Text Example


Text Example

White with #950959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950959; }

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

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

background-color css

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

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

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

border-color css

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

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

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