#961F68

Color #961F68 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #961F68

Tints of Jazzberry Jam #961F68

Color information

#961F68 (or 0x961F68) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 1F and 68. RGB value is (150,31,104). Sum of RGB (Red+Green+Blue) = 150+31+104=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #961F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F68 is #69E097. Grayscale: #4A4A4A. Windows color (decimal): -6938776 or 6823830. OLE color: 6823830.

HSL color Cylindrical-coordinate representation of color #961F68: hue angle of 323.19º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F68 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15031104-
CMYK00.790.310.41
HSL323.19º65.75%35.49%-
HSV(B)323.19º79.33%58.82%-
XYZ15.578.4613.91-
YUV74.9144.42181.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=52.63%
G=10.88%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503110400.790.310.41323.1965.7535.49
Hex961F6804F1F291434223
Octal226371500117375150310243
Binary1001011011111110100001001111111111010011010000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961F68; }

 p { color: rgb(150,31,104); }

 H1.HeaderClassName
 {
   color: #961F68;
 }
 .AnyTagClassName
 {
   color: #961F68;
 }
</style>
background-color css

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

 a { background-color: rgb(150,31,104); }

 div.DivClassName
 {
   background-color: #961F68;
 }
 .BgClassName
 {
   background-color: #961F68;
 }
</style>
border-color css

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

 span { border-color: rgb(150,31,104); }

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