#961B69

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

Shades of Jazzberry Jam #961B69

Tints of Jazzberry Jam #961B69

Color information

#961B69 (or 0x961B69) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 1B and 69. RGB value is (150,27,105). Sum of RGB (Red+Green+Blue) = 150+27+105=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #961B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961B69 is #69E496. Grayscale: #484848. Windows color (decimal): -6939799 or 6888342. OLE color: 6888342.

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

Color convert

RGB15027105-
CMYK00.820.300.41
HSL321.95º69.49%34.71%-
HSV(B)321.95º82%58.82%-
XYZ15.528.2914.15-
YUV72.67146.25183.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=53.19%
G=9.57%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502710500.820.300.41321.9569.4934.71
Hex961B690521E291424523
Octal226331510122365150210543
Binary1001011011011110100101010010111101010011010000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,27,105); }

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

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

 a { background-color: rgb(150,27,105); }

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

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

 span { border-color: rgb(150,27,105); }

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