#921B66

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

Shades of Jazzberry Jam #921B66

Tints of Jazzberry Jam #921B66

Color information

#921B66 (or 0x921B66) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 1B and 66. RGB value is (146,27,102). Sum of RGB (Red+Green+Blue) = 146+27+102=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #921B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921B66 is #6DE499. Grayscale: #464646. Windows color (decimal): -7201946 or 6691730. OLE color: 6691730.

HSL color Cylindrical-coordinate representation of color #921B66: hue angle of 322.18º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921B66 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB14627102-
CMYK00.820.300.43
HSL322.18º68.79%33.92%-
HSV(B)322.18º81.51%57.25%-
XYZ14.647.8513.31-
YUV71.13145.42181.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=53.09%
G=9.82%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462710200.820.300.43322.1868.7933.92
Hex921B660521E2B1424522
Octal222331460122365350210542
Binary1001001011011110011001010010111101010111010000101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921B66; }

 p { color: rgb(146,27,102); }

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

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

 a { background-color: rgb(146,27,102); }

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

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

 span { border-color: rgb(146,27,102); }

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