#961B67

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

Shades of Jazzberry Jam #961B67

Tints of Jazzberry Jam #961B67

Color information

#961B67 (or 0x961B67) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 1B and 67. RGB value is (150,27,103). Sum of RGB (Red+Green+Blue) = 150+27+103=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #961B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961B67 is #69E498. Grayscale: #484848. Windows color (decimal): -6939801 or 6757270. OLE color: 6757270.

HSL color Cylindrical-coordinate representation of color #961B67: hue angle of 322.93º 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 #961B67 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15027103-
CMYK00.820.310.41
HSL322.93º69.49%34.71%-
HSV(B)322.93º82%58.82%-
XYZ15.428.2513.61-
YUV72.44145.25183.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 27 (10.94% from 255) = 9.64%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=53.57%
G=9.64%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502710300.820.310.41322.9369.4934.71
Hex961B670521F291434523
Octal226331470122375150310543
Binary1001011011011110011101010010111111010011010000111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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