Html Css Color HEX #960950 Jazzberry Jam

📋 copy color: '#960950'

red 150 ◦ green 9 ◦ blue 80

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

Shades of Jazzberry Jam #960950

Tints of Jazzberry Jam #960950

RGB

 RED value IS 150 (58.98% from 255) = 62.76%

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

 BLUE value IS 80 (31.64% from 255) = 33.47%

R = 62.76%
G = 3.77%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#960950 (or 0x960950) is known color: Jazzberry Jam. HEX triplet: 96, 09 and 50. RGB value is (150,9,80). Sum of RGB (Red+Green+Blue) = 150+9+80=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #960950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960950 is #69F6AF. Grayscale: #3B3B3B. Windows color (decimal): -6944432 or 5245334. OLE color: 5245334.

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

Color convert

RGB 150 9 80 -
CMYK 0 0.94 0.47 0.41
HSL 329.79º 0.89% 0.31% -
HSV(B) 329.79º 0.94% 0.59% -
XYZ 14.12 7.26 8.25 -
YUV 59.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 150 9 80 0 0.94 0.47 0.41 329.79 0.89 0.31
Hex 96 9 50 0 5E 2F 29 14A 59 1F
Octal 226 11 120 0 136 57 51 512 131 37
Binary 10010110 1001 1010000 0 1011110 101111 101001 101001010 1011001 11111

Color Harmonies of #960950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960950

Black with #960950

Text Example


Text Example

White with #960950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960950; }

 p { color: rgb(150,9,80); }

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

background-color css

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

 a { background-color: rgb(150,9,80); }

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

border-color css

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

 span { border-color: rgb(150,9,80); }

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