#961A62

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

Shades of Jazzberry Jam #961A62

Tints of Jazzberry Jam #961A62

Color information

#961A62 (or 0x961A62) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 1A and 62. RGB value is (150,26,98). Sum of RGB (Red+Green+Blue) = 150+26+98=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #961A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961A62 is #69E59D. Grayscale: #474747. Windows color (decimal): -6940062 or 6429334. OLE color: 6429334.

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

Color convert

RGB1502698-
CMYK00.830.350.41
HSL325.16º70.45%34.51%-
HSV(B)325.16º82.67%58.82%-
XYZ15.158.112.32-
YUV71.28143.08184.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 26 (10.55% from 255) = 9.49%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=54.74%
G=9.49%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150269800.830.350.41325.1670.4534.51
Hex961A6205323291454623
Octal226321420123435150510643
Binary10010110110101100010010100111000111010011010001011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,26,98); }

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

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

 a { background-color: rgb(150,26,98); }

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

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

 span { border-color: rgb(150,26,98); }

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