#961967

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

Shades of Jazzberry Jam #961967

Tints of Jazzberry Jam #961967

Color information

#961967 (or 0x961967) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 19 and 67. RGB value is (150,25,103). Sum of RGB (Red+Green+Blue) = 150+25+103=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #961967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961967 is #69E698. Grayscale: #474747. Windows color (decimal): -6940313 or 6756758. OLE color: 6756758.

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

Color convert

RGB15025103-
CMYK00.830.310.41
HSL322.56º71.43%34.31%-
HSV(B)322.56º83.33%58.82%-
XYZ15.378.1613.6-
YUV71.27145.91184.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 25 (10.16% from 255) = 8.99%
BLUE value IS 103 (40.62% from 255) = 37.05%
R=53.96%
G=8.99%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502510300.830.310.41322.5671.4334.31
Hex9619670531F291434722
Octal226311470123375150310742
Binary1001011011001110011101010011111111010011010000111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961967; }

 p { color: rgb(150,25,103); }

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

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

 a { background-color: rgb(150,25,103); }

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

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

 span { border-color: rgb(150,25,103); }

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