#921C66

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

Shades of Jazzberry Jam #921C66

Tints of Jazzberry Jam #921C66

Color information

#921C66 (or 0x921C66) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 1C and 66. RGB value is (146,28,102). Sum of RGB (Red+Green+Blue) = 146+28+102=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #921C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921C66 is #6DE399. Grayscale: #474747. Windows color (decimal): -7201690 or 6691986. OLE color: 6691986.

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

Color convert

RGB14628102-
CMYK00.810.300.43
HSL322.37º67.82%34.12%-
HSV(B)322.37º80.82%57.25%-
XYZ14.677.913.32-
YUV71.72145.09180.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 28 (11.33% from 255) = 10.14%
BLUE value IS 102 (40.23% from 255) = 36.96%
R=52.90%
G=10.14%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462810200.810.300.43322.3767.8234.12
Hex921C660511E2B1424422
Octal222341460121365350210442
Binary1001001011100110011001010001111101010111010000101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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